File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -791,36 +791,6 @@ public enum Cap {
791791 */
792792 FIX_DOUBLY_RELEASED_NULL_BLOCKS_IN_VALUESOURCEREADER ,
793793
794- /**
795- * Listing queries and getting information on a specific query.
796- */
797- QUERY_MONITORING ,
798-
799- /**
800- * Support max_over_time aggregation that gets evaluated per time-series
801- */
802- MAX_OVER_TIME (Build .current ().isSnapshot ()),
803-
804- /**
805- * Support STATS/EVAL/DISSECT in Fork branches
806- */
807- FORK_V2 (Build .current ().isSnapshot ()),
808-
809- /**
810- * Support for the {@code leading_zeros} named parameter.
811- */
812- TO_IP_LEADING_ZEROS ,
813-
814- /**
815- * Does the usage information for ESQL contain a histogram of {@code took} values?
816- */
817- USAGE_CONTAINS_TOOK ,
818-
819- /**
820- * Support avg_over_time aggregation that gets evaluated per time-series
821- */
822- AVG_OVER_TIME (Build .current ().isSnapshot ()),
823-
824794 /**
825795 * Support loading of ip fields if they are not indexed.
826796 */
You can’t perform that action at this time.
0 commit comments