Class AggregateAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.pg.launcher.AggregateAnalysisLauncher
Specialized launcher for analyzing aggregate function dependencies.
Handles type propagation between aggregate functions and their arguments.
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateAnalysisLauncher(PgStatement stmt, GenericColumn function, String location) Creates an analyzer for aggregate function statements. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
AggregateAnalysisLauncher
Creates an analyzer for aggregate function statements.- Parameters:
stmt- the aggregate function statementfunction- the function being analyzedlocation- the source location identifier
-