Uses of Class
org.pgcodekeeper.core.database.ch.parser.generated.CHParser.Select_opsContext
Packages that use CHParser.Select_opsContext
Package
Description
-
Uses of CHParser.Select_opsContext in org.pgcodekeeper.core.database.ch.parser.generated
Methods in org.pgcodekeeper.core.database.ch.parser.generated that return CHParser.Select_opsContextModifier and TypeMethodDescriptionCHParser.select_ops()CHParser.Select_ops_no_parensContext.select_ops(int i) CHParser.Select_opsContext.select_ops(int i) CHParser.Select_stmtContext.select_ops()CHParser.Table_exprContext.select_ops()Methods in org.pgcodekeeper.core.database.ch.parser.generated that return types with arguments of type CHParser.Select_opsContextModifier and TypeMethodDescriptionCHParser.Select_ops_no_parensContext.select_ops()CHParser.Select_opsContext.select_ops() -
Uses of CHParser.Select_opsContext in org.pgcodekeeper.core.database.ch.parser.rulectx
Methods in org.pgcodekeeper.core.database.ch.parser.rulectx that return types with arguments of type CHParser.Select_opsContextConstructors in org.pgcodekeeper.core.database.ch.parser.rulectx with parameters of type CHParser.Select_opsContextModifierConstructorDescriptionCreates a wrapper for parenthesized ClickHouse SELECT operations.