Class PgStatisticsAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.pg.parser.launcher.PgStatisticsAnalysisLauncher
- All Implemented Interfaces:
IAnalysisLauncher
Launcher for analyzing PostgreSQL extended statistics expressions.
Handles dependencies in statistics expressions with proper table reference setup.
-
Constructor Summary
ConstructorsConstructorDescriptionPgStatisticsAnalysisLauncher(PgStatistics stmt, SQLParser.VexContext ctx, String location) Creates a statistics analyzer for PostgreSQL. -
Method Summary
Modifier and TypeMethodDescriptionanalyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) Methods inherited from class org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
PgStatisticsAnalysisLauncher
Creates a statistics analyzer for PostgreSQL.- Parameters:
stmt- the statistics statement to analyzectx- the statistics expression contextlocation- the source location identifier
-
-
Method Details
-
analyze
-