Enum Class FeatureMetric
- All Implemented Interfaces:
Serializable,Comparable<FeatureMetric>,Constable
ESQL "features" returned by the usage API. This mostly tracks
new commands. If you add something here you must add it to the
tests in
and
60_usage.yml then run them with:
./gradlew -p x-pack/plugin/esql/qa/server/single-node/ yamlRestTest \
-Dtests.method='*60*'
./gradlew -p x-pack/plugin/esql/qa/server/single-node/ yamlRestTest \
-Dbuild.snapshot=false -Dtests.jvm.argline=-Dbuild.snapshot=false \
-Dlicense.key="x-pack/license-tools/src/test/resources/public.key" \
-Dtests.method='*60*'
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic voidset(LogicalPlan plan, BitSet bitset) static booleanset(LogicalPlan plan, BitSet bitset, FeatureMetric metric) toString()static FeatureMetricReturns the enum constant of this class with the specified name.static FeatureMetric[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISSECT
-
EVAL
-
GROK
-
LIMIT
-
LIMIT_BY
-
SORT
-
STATS
-
WHERE
-
ENRICH
-
EXPLAIN
-
MV_EXPAND
-
SHOW
-
ROW
-
FROM
-
TS
-
EXTERNAL
-
DROP
-
KEEP
-
RENAME
-
LOOKUP_JOIN
-
LOOKUP_JOIN_ON_EXPRESSION
-
LOOKUP
-
CHANGE_POINT
-
INLINE_STATS
-
RERANK
-
INSIST
-
FORK
-
FUSE
-
COMPLETION
-
SAMPLE
-
SUBQUERY
-
VIEW
-
MMR
-
PROMQL
-
URI_PARTS
-
METRICS_INFO
-
REGISTERED_DOMAIN
-
TS_INFO
-
USER_AGENT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<FeatureMetric>
-
set
-
set
-