Package org.apache.calcite.adapter.spark
Class SparkRules
java.lang.Object
org.apache.calcite.adapter.spark.SparkRules
Rules for the
Spark calling convention
.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Implementation ofCalc
in Spark convention.static class
VALUES construct implemented in Spark.static class
Planner rule that implements VALUES operator in Spark convention. -
Field Summary
Modifier and TypeFieldDescriptionstatic final org.apache.calcite.adapter.spark.SparkRules.EnumerableToSparkConverterRule
Rule that converts from enumerable to Spark convention.static final org.apache.calcite.adapter.spark.SparkRules.SparkCalcRule
Rule that converts aLogicalCalc
to aSparkRules.SparkCalc
.static final org.apache.calcite.adapter.spark.SparkRules.SparkToEnumerableConverterRule
Rule that converts from Spark to enumerable convention.static final SparkRules.SparkValuesRule
Rule that implements VALUES operator in Spark convention. -
Method Summary
-
Field Details
-
SPARK_TO_ENUMERABLE
public static final org.apache.calcite.adapter.spark.SparkRules.SparkToEnumerableConverterRule SPARK_TO_ENUMERABLERule that converts from Spark to enumerable convention. -
ENUMERABLE_TO_SPARK
public static final org.apache.calcite.adapter.spark.SparkRules.EnumerableToSparkConverterRule ENUMERABLE_TO_SPARKRule that converts from enumerable to Spark convention. -
SPARK_CALC_RULE
public static final org.apache.calcite.adapter.spark.SparkRules.SparkCalcRule SPARK_CALC_RULERule that converts aLogicalCalc
to aSparkRules.SparkCalc
. -
SPARK_VALUES_RULE
Rule that implements VALUES operator in Spark convention.
-
-
Method Details
-
rules
-
main
-