Package org.apache.calcite.avatica.util
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 ofAbstractCursor.Getterthat reads from records that are arrays.
-
-
Field Summary
Fields Modifier and Type Field Description protected intfield
-
Constructor Summary
Constructors Constructor Description ArrayGetter(int field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetObject()-
Methods inherited from class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
wasNull
-
-