Class ChExpressionAnalysisLauncher

java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.ch.launcher.ChExpressionAnalysisLauncher

public class ChExpressionAnalysisLauncher extends AbstractAnalysisLauncher
Launcher for analyzing ClickHouse SQL expressions. Handles both standalone expressions and expressions with namespace requirements.
  • Constructor Details

    • ChExpressionAnalysisLauncher

      public ChExpressionAnalysisLauncher(PgStatement stmt, CHParser.ExprContext ctx, String location)
      Creates an expression analyzer for ClickHouse SQL.
      Parameters:
      stmt - the statement containing the expression
      ctx - the expression parse tree context
      location - the source location identifier