Package io.squashql.query.database
Class ClickHouseQueryRewriter
java.lang.Object
io.squashql.query.database.ClickHouseQueryRewriter
- All Implemented Interfaces:
QueryRewriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarrayContains(TypedField field, Object value) escapeAlias(String alias) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.squashql.query.database.QueryRewriter
_select, aliasOrFullExpression, binaryOperation, cteName, escapeSingleQuote, functionExpression, groupBy, grouping, rollup, select, tableName, useAliasInHavingClause
-
Constructor Details
-
ClickHouseQueryRewriter
public ClickHouseQueryRewriter()
-
-
Method Details
-
fieldName
- Specified by:
fieldNamein interfaceQueryRewriter
-
escapeAlias
- Specified by:
escapeAliasin interfaceQueryRewriter
-
usePartialRollupSyntax
public boolean usePartialRollupSyntax()- Specified by:
usePartialRollupSyntaxin interfaceQueryRewriter
-
arrayContains
- Specified by:
arrayContainsin interfaceQueryRewriter
-