Interface ArrowRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode

public interface ArrowRel extends RelNode
Relational expression that uses the Arrow calling convention.
  • Field Details

    • CONVENTION

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