Uses of Class
org.pgcodekeeper.core.parsers.antlr.ch.generated.CHParser.ExprContext
Packages that use CHParser.ExprContext
Package
Description
-
Uses of CHParser.ExprContext in org.pgcodekeeper.core.parsers.antlr.ch.expr
Methods in org.pgcodekeeper.core.parsers.antlr.ch.expr with parameters of type CHParser.ExprContextModifier and TypeMethodDescriptionChExprWithNmspc.analyze(CHParser.ExprContext ruleCtx) Analyzes the given expression context and returns an empty list.voidChValueExpr.analyze(CHParser.ExprContext expr) Analyzes an expression context. -
Uses of CHParser.ExprContext in org.pgcodekeeper.core.parsers.antlr.ch.generated
Fields in org.pgcodekeeper.core.parsers.antlr.ch.generated declared as CHParser.ExprContextModifier and TypeFieldDescriptionCHParser.Table_column_defContext.statCHParser.Table_column_defContext.ttlMethods in org.pgcodekeeper.core.parsers.antlr.ch.generated that return CHParser.ExprContextModifier and TypeMethodDescriptionCHParser.Alter_table_actionContext.expr(int i) CHParser.Arg_exprContext.expr()CHParser.Dictionary_attr_defContext.expr()final CHParser.ExprContextCHParser.expr()CHParser.Expr_eofContext.expr()CHParser.Expr_listContext.expr(int i) CHParser.ExprContext.expr(int i) CHParser.Function_callContext.expr(int i) CHParser.Grouping_elementContext.expr()CHParser.Having_clauseContext.expr()CHParser.Lambda_exprContext.expr()CHParser.Like_exprContext.expr()CHParser.Limit_exprContext.expr(int i) CHParser.Order_exprContext.expr()CHParser.PairContext.expr()CHParser.Partition_by_clauseContext.expr()CHParser.Partition_clauseContext.expr()CHParser.Policy_actionContext.expr()CHParser.Prewhere_clauseContext.expr()CHParser.Primary_key_clauseContext.expr()CHParser.Sample_by_clauseContext.expr()CHParser.Select_listContext.expr(int i) CHParser.Select_modeContext.expr()CHParser.Show_stmtContext.expr()CHParser.Table_column_defContext.expr(int i) CHParser.Table_column_property_exprContext.expr()CHParser.Table_constraint_defContext.expr()CHParser.Table_index_defContext.expr()CHParser.Ttl_exprContext.expr(int i) CHParser.Values_valuesContext.expr(int i) CHParser.Where_clauseContext.expr()CHParser.With_fillContext.expr(int i) CHParser.With_queryContext.expr()Methods in org.pgcodekeeper.core.parsers.antlr.ch.generated that return types with arguments of type CHParser.ExprContextModifier and TypeMethodDescriptionCHParser.Alter_table_actionContext.expr()CHParser.Expr_listContext.expr()CHParser.ExprContext.expr()CHParser.Function_callContext.expr()CHParser.Limit_exprContext.expr()CHParser.Select_listContext.expr()CHParser.Table_column_defContext.expr()CHParser.Ttl_exprContext.expr()CHParser.Values_valuesContext.expr()CHParser.With_fillContext.expr() -
Uses of CHParser.ExprContext in org.pgcodekeeper.core.parsers.antlr.ch.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.ch.launcher with parameters of type CHParser.ExprContextModifierConstructorDescriptionChExpressionAnalysisLauncher(PgStatement stmt, CHParser.ExprContext ctx, String location) Creates an expression analyzer for ClickHouse SQL.ChFuncAnalysisLauncher(ChFunction st, CHParser.ExprContext ctx, String location, boolean isEnableFunctionBodiesDependencies) Creates a function analyzer for ClickHouse.