Class StatisticsAnalysisLauncher

java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.pg.launcher.StatisticsAnalysisLauncher

public class StatisticsAnalysisLauncher extends AbstractAnalysisLauncher
Launcher for analyzing PostgreSQL extended statistics expressions. Handles dependencies in statistics expressions with proper table reference setup.
  • Constructor Details

    • StatisticsAnalysisLauncher

      public StatisticsAnalysisLauncher(PgStatistics stmt, SQLParser.VexContext ctx, String location)
      Creates a statistics analyzer for PostgreSQL.
      Parameters:
      stmt - the statistics statement to analyze
      ctx - the statistics expression context
      location - the source location identifier
  • Method Details