Class SourceLocation
Object
gudusoft.gsqlparser.resolver2.model.SourceLocation
Represents the location where a column or expression is defined.
Used for tracking data lineage and error reporting.
-
Constructor Summary
ConstructorsConstructorDescriptionSourceLocation(int line, int column, String fileName) SourceLocation(TParseTreeNode definitionNode) -
Method Summary