Class ChExpressionAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.parsers.antlr.ch.launcher.ChExpressionAnalysisLauncher
Launcher for analyzing ClickHouse SQL expressions.
Handles both standalone expressions and expressions with namespace requirements.
-
Constructor Summary
ConstructorsConstructorDescriptionChExpressionAnalysisLauncher(PgStatement stmt, CHParser.ExprContext ctx, String location) Creates an expression analyzer for ClickHouse SQL. -
Method Summary
Methods inherited from class org.pgcodekeeper.core.parsers.antlr.base.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
ChExpressionAnalysisLauncher
Creates an expression analyzer for ClickHouse SQL.- Parameters:
stmt- the statement containing the expressionctx- the expression parse tree contextlocation- the source location identifier
-