Uses of Class
org.apache.drill.common.expression.PathSegment.NameSegment
Packages that use PathSegment.NameSegment
Package
Description
Logical expression tree representation.
-
Uses of PathSegment.NameSegment in org.apache.drill.common.expression
Methods in org.apache.drill.common.expression that return PathSegment.NameSegmentModifier and TypeMethodDescriptionPathSegment.NameSegment.clone()
PathSegment.NameSegment.cloneWithNewChild
(PathSegment newChild) PathSegment.getNameSegment()
PathSegment.NameSegment.getNameSegment()
SchemaPath.getRootSegment()
Constructors in org.apache.drill.common.expression with parameters of type PathSegment.NameSegmentModifierConstructorDescriptionSchemaPath
(PathSegment.NameSegment rootSegment) SchemaPath
(PathSegment.NameSegment rootSegment, ExpressionPosition pos) -
Uses of PathSegment.NameSegment in org.apache.drill.common.expression.parser
Fields in org.apache.drill.common.expression.parser declared as PathSegment.NameSegment