Class PgVexAnalysisLauncher

All Implemented Interfaces:
IAnalysisLauncher

public class PgVexAnalysisLauncher extends PgAbstractAnalysisLauncher
Launcher for analyzing value expressions (VEX) in SQL definitions. Handles both column expressions and standalone value expressions.
  • Constructor Details

    • PgVexAnalysisLauncher

      public PgVexAnalysisLauncher(AbstractStatement stmt, SQLParser.VexContext ctx, String location)
      Creates a value expression analyzer.
      Parameters:
      stmt - the statement containing the expression
      ctx - the value expression context to analyze
      location - the source location identifier
  • Method Details