Class ArrowRel.Implementor

java.lang.Object
org.apache.calcite.adapter.arrow.ArrowRel.Implementor
Enclosing interface:
ArrowRel

public static class ArrowRel.Implementor extends Object
Callback for the implementation process that converts a tree of ArrowRel nodes into a SQL query.
  • Constructor Details

    • Implementor

      public Implementor()
  • Method Details

    • visitInput

      public void visitInput(int ordinal, RelNode input)