Class SparkQueryEngine

java.lang.Object
io.squashql.query.database.AQueryEngine<SparkDatastore>
io.squashql.query.database.SparkQueryEngine
All Implemented Interfaces:
QueryEngine<SparkDatastore>

public class SparkQueryEngine extends AQueryEngine<SparkDatastore>
  • Field Details

    • SUPPORTED_AGGREGATION_FUNCTIONS

      public static final List<String> SUPPORTED_AGGREGATION_FUNCTIONS
      https://spark.apache.org/docs/latest/sql-ref-functions-builtin.html
  • Constructor Details

    • SparkQueryEngine

      public SparkQueryEngine(SparkDatastore datastore)
  • Method Details