Interface TranslationAware.SingleValueTranslationAware
- All Superinterfaces:
TranslationAware
- All Known Implementing Classes:
CIDRMatch,EndsWith,Equals,EsqlBinaryComparison,GreaterThan,GreaterThanOrEqual,In,InsensitiveBinaryComparison,InsensitiveEquals,LessThan,LessThanOrEqual,NotEquals,Range,RLike,RLikeList,StartsWith,WildcardLike,WildcardLikeList
- Enclosing interface:
TranslationAware
Subinterface for expressions that can only process single values (and null out on MVs).
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xpack.esql.capabilities.TranslationAware
TranslationAware.FinishedTranslatable, TranslationAware.SingleValueTranslationAware, TranslationAware.Translatable -
Method Summary
Modifier and TypeMethodDescriptionReturns the field that only supports single-value semantics.Methods inherited from interface org.elasticsearch.xpack.esql.capabilities.TranslationAware
asLuceneQuery, asQuery, translatable
-
Method Details
-
singleValueField
Expression singleValueField()Returns the field that only supports single-value semantics.
-