Class SparkRules

java.lang.Object
org.apache.calcite.adapter.spark.SparkRules

public abstract class SparkRules extends Object
See Also:
  • Field Details

    • SPARK_TO_ENUMERABLE

      public static final org.apache.calcite.adapter.spark.SparkRules.SparkToEnumerableConverterRule SPARK_TO_ENUMERABLE
      Rule that converts from Spark to enumerable convention.
    • ENUMERABLE_TO_SPARK

      public static final org.apache.calcite.adapter.spark.SparkRules.EnumerableToSparkConverterRule ENUMERABLE_TO_SPARK
      Rule that converts from enumerable to Spark convention.
    • SPARK_CALC_RULE

      public static final org.apache.calcite.adapter.spark.SparkRules.SparkCalcRule SPARK_CALC_RULE
      Rule that converts a LogicalCalc to a SparkRules.SparkCalc.
    • SPARK_VALUES_RULE

      public static final SparkRules.SparkValuesRule SPARK_VALUES_RULE
      Rule that implements VALUES operator in Spark convention.
  • Method Details