Interface GeodeRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode
All Known Implementing Classes:
GeodeAggregate, GeodeFilter, GeodeProject, GeodeSort, GeodeTableScan

public interface GeodeRel extends RelNode
Relational expression that uses Geode calling convention.
  • Field Details

    • CONVENTION

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

    • implement

      void implement(GeodeRel.GeodeImplementContext geodeImplementContext)
      Callback for the implementation process that collects the context from the GeodeRel required to convert the relational tree into physical such.
      Parameters:
      geodeImplementContext - Context class that collects the feedback from the call back method calls