Class VexAnalysisLauncher


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

    • VexAnalysisLauncher

      public VexAnalysisLauncher(PgStatement 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