Uses of Class
gudusoft.gsqlparser.resolver2.model.FieldPath
Packages that use FieldPath
-
Uses of FieldPath in gudusoft.gsqlparser.resolver2.model
Fields in gudusoft.gsqlparser.resolver2.model declared as FieldPathModifier and TypeFieldDescriptionstatic final FieldPathFieldPath.EMPTYEmpty field path singleton for regular column referencesMethods in gudusoft.gsqlparser.resolver2.model that return FieldPathModifier and TypeMethodDescriptionCreate a new FieldPath with additional segments appended.Create a new FieldPath with an additional segment appended.ColumnSource.getFieldPath()Get the field path for deep/record field access.static FieldPathCreate a FieldPath from a single segment.static FieldPathCreate a FieldPath from multiple segments.static FieldPathCreate a FieldPath from a list of segments.FieldPath.subPath(int fromIndex) Create a sub-path starting from the given index.Methods in gudusoft.gsqlparser.resolver2.model with parameters of type FieldPathModifier and TypeMethodDescriptionCreate a new FieldPath with additional segments appended.ColumnSource.withFieldPath(FieldPath newFieldPath) Creates a copy with a field path for deep/record field access.ColumnSource.withFieldPath(FieldPath newFieldPath, String newEvidence) Creates a copy with field path and updated evidence.Constructors in gudusoft.gsqlparser.resolver2.model with parameters of type FieldPathModifierConstructorDescriptionColumnSource(INamespace sourceNamespace, String exposedName, TParseTreeNode definitionNode, double confidence, String evidence, TTable overrideTable, List<TTable> candidateTables, ResolutionEvidence evidenceDetail, FieldPath fieldPath) Full constructor with all fields including ResolutionEvidence and FieldPath.