public abstract class SparkRules extends Object
Spark calling convention.JdbcToSparkConverterRule| Modifier and Type | Class and Description |
|---|---|
static class |
SparkRules.SparkCalc
Implementation of
Calc
in Spark convention. |
static class |
SparkRules.SparkValues
VALUES construct implemented in Spark.
|
static class |
SparkRules.SparkValuesRule
Planner rule that implements VALUES operator in Spark convention.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.adapter.spark.SparkRules.EnumerableToSparkConverterRule |
ENUMERABLE_TO_SPARK
Rule that converts from enumerable to Spark convention.
|
static org.apache.calcite.adapter.spark.SparkRules.SparkCalcRule |
SPARK_CALC_RULE
Rule that converts a
LogicalCalc
to a SparkRules.SparkCalc. |
static org.apache.calcite.adapter.spark.SparkRules.SparkToEnumerableConverterRule |
SPARK_TO_ENUMERABLE
Rule that converts from Spark to enumerable convention.
|
static SparkRules.SparkValuesRule |
SPARK_VALUES_RULE
Rule that implements VALUES operator in Spark convention.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static List<org.apache.calcite.plan.RelOptRule> |
rules() |
public static final org.apache.calcite.adapter.spark.SparkRules.SparkToEnumerableConverterRule SPARK_TO_ENUMERABLE
public static final org.apache.calcite.adapter.spark.SparkRules.EnumerableToSparkConverterRule ENUMERABLE_TO_SPARK
public static final org.apache.calcite.adapter.spark.SparkRules.SparkCalcRule SPARK_CALC_RULE
LogicalCalc
to a SparkRules.SparkCalc.public static final SparkRules.SparkValuesRule SPARK_VALUES_RULE
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.