Interface SparkRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode
All Known Implementing Classes:
EnumerableToSparkConverter, JdbcToSparkConverter, SparkRules.SparkCalc, SparkRules.SparkValues

public interface SparkRel extends RelNode
Relational expression that uses Spark calling convention.
  • Field Details

    • CONVENTION

      static final Convention CONVENTION
      Calling convention for relational operations that occur in Spark.
  • Method Details