Package io.squashql.query.database
Class SparkQueryEngine
- All Implemented Interfaces:
QueryEngine<SparkDatastore>
-
Field Summary
FieldsModifier and TypeFieldDescriptionhttps://spark.apache.org/docs/latest/sql-ref-functions-builtin.htmlFields inherited from class io.squashql.query.database.AQueryEngine
datastoreFields inherited from interface io.squashql.query.database.QueryEngine
GRAND_TOTAL, TOTAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteRawSql(String sql) protected TableretrieveAggregates(DatabaseQuery query, String sql) Methods inherited from class io.squashql.query.database.AQueryEngine
createSqlStatement, datastore, execute, transformToColumnFormat, transformToRowFormat
-
Field Details
-
SUPPORTED_AGGREGATION_FUNCTIONS
https://spark.apache.org/docs/latest/sql-ref-functions-builtin.html
-
-
Constructor Details
-
SparkQueryEngine
-
-
Method Details
-
retrieveAggregates
- Specified by:
retrieveAggregatesin classAQueryEngine<SparkDatastore>
-
executeRawSql
-
supportedAggregationFunctions
-
queryRewriter
-