Class OperatorAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.pg.launcher.OperatorAnalysisLauncher
Launcher for analyzing operator dependencies and return types.
Handles type propagation between operators and their underlying functions.
-
Constructor Summary
ConstructorsConstructorDescriptionOperatorAnalysisLauncher(PgStatement stmt, GenericColumn function, String location) Creates an operator analyzer. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
OperatorAnalysisLauncher
Creates an operator analyzer.- Parameters:
stmt- the operator statement to analyzefunction- the underlying function implementationlocation- the source location identifier
-