Class FieldNameUtils
java.lang.Object
org.elasticsearch.xpack.esql.session.FieldNameUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparentPrefixes(String name) Returns the dot-delimited parent prefixes of a field name.resolveFieldNames(LogicalPlan parsed, boolean hasEnriches, boolean includePrefixFields)
-
Constructor Details
-
FieldNameUtils
public FieldNameUtils()
-
-
Method Details
-
resolveFieldNames
public static EsqlSession.PreAnalysisResult resolveFieldNames(LogicalPlan parsed, boolean hasEnriches, boolean includePrefixFields) -
parentPrefixes
Returns the dot-delimited parent prefixes of a field name. For example, "a.b.c" will return ["a", "a.b"].
-