Class ChSelectStmt
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.ch.rulectx.ChSelectStmt
Merging wrapper for ClickHouse SELECT statements.
Provides a unified interface for working with both parenthesized and non-parenthesized
SELECT statements in ClickHouse syntax.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a wrapper for a ClickHouse SELECT statement without parentheses.Creates a wrapper for a ClickHouse SELECT statement. -
Method Summary
Modifier and TypeMethodDescriptionReturns the ClickHouse SELECT operations wrapper.
-
Constructor Details
-
ChSelectStmt
Creates a wrapper for a ClickHouse SELECT statement.- Parameters:
select- the SELECT statement context
-
ChSelectStmt
Creates a wrapper for a ClickHouse SELECT statement without parentheses.- Parameters:
select- the SELECT statement context without parentheses
-
-
Method Details
-
selectOps
Returns the ClickHouse SELECT operations wrapper.- Returns:
- wrapper for the SELECT operations part of the statement
-