Class PositionedCursor.ObjectGetter

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

protected class PositionedCursor.ObjectGetter extends AbstractCursor.AbstractGetter
Implementation of AbstractCursor.Getter for records that consist of a single field.

Each record is represented as an object, and the value of the sole field is that object.

  • Constructor Details

    • ObjectGetter

      public ObjectGetter(int field)
  • Method Details