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