Class PositionedCursor.ArrayGetter

java.lang.Object
org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
All Implemented Interfaces:
AbstractCursor.Getter
Enclosing class:
PositionedCursor<T>

protected class PositionedCursor.ArrayGetter extends AbstractCursor.AbstractGetter
Implementation of AbstractCursor.Getter that reads from records that are arrays.
  • Field Details

    • field

      protected final int field
  • Constructor Details

    • ArrayGetter

      public ArrayGetter(int field)
  • Method Details