public abstract class SparkRules extends Object
Spark calling convention.JdbcToSparkConverterRule| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
SparkRules.EnumerableToSparkConverterRule
Planner rule that converts from enumerable to Spark convention.
|
static class |
SparkRules.SparkCalc
Implementation of
Calc
in Spark convention. |
private static class |
SparkRules.SparkCalcRule
Rule to convert a
LogicalCalc to an
SparkRules.SparkCalc. |
(package private) static class |
SparkRules.SparkToEnumerableConverterRule
Planner rule that converts from Spark to enumerable 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 SparkRules.SparkCalcRule |
SPARK_CALC_RULE |
static SparkRules.SparkValuesRule |
SPARK_VALUES_RULE |
| Modifier | Constructor and Description |
|---|---|
private |
SparkRules() |
public static final SparkRules.SparkValuesRule SPARK_VALUES_RULE
public static final SparkRules.SparkCalcRule SPARK_CALC_RULE
public static List<RelOptRule> rules()
public static void main(String[] args)
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.