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

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

    • PgStatisticsAnalysisLauncher

      public PgStatisticsAnalysisLauncher(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