Class PgOperatorAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgOperatorAnalysisLauncher
- All Implemented Interfaces:
IAnalysisLauncher
Launcher for analyzing operator dependencies and return types.
Handles type propagation between operators and their underlying functions.
-
Constructor Summary
ConstructorsConstructorDescriptionPgOperatorAnalysisLauncher(AbstractStatement stmt, ObjectReference function, String location) Creates an operator analyzer. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
PgOperatorAnalysisLauncher
public PgOperatorAnalysisLauncher(AbstractStatement stmt, ObjectReference function, String location) Creates an operator analyzer.- Parameters:
stmt- the operator statement to analyzefunction- the underlying function implementationlocation- the source location identifier
-