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
Nested ClassesModifier and TypeClassDescriptionstatic classImplementation ofCalcin Spark convention.static classVALUES construct implemented in Spark.static classPlanner rule that implements VALUES operator in Spark convention. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.calcite.adapter.spark.SparkRules.EnumerableToSparkConverterRuleRule that converts from enumerable to Spark convention.static final org.apache.calcite.adapter.spark.SparkRules.SparkCalcRuleRule that converts aLogicalCalcto aSparkRules.SparkCalc.static final org.apache.calcite.adapter.spark.SparkRules.SparkToEnumerableConverterRuleRule that converts from Spark to enumerable convention.static final SparkRules.SparkValuesRuleRule 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 aLogicalCalcto aSparkRules.SparkCalc. -
SPARK_VALUES_RULE
Rule that implements VALUES operator in Spark convention.
-
-
Method Details
-
rules
-
main
-