| Package | Description |
|---|---|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractCursor.AbstractGetter
Abstract implementation of
AbstractCursor.Getter. |
protected class |
PositionedCursor.ArrayGetter
Implementation of
AbstractCursor.Getter
that reads from records that are arrays. |
protected class |
PositionedCursor.FieldGetter
Implementation of
AbstractCursor.Getter
that reads fields via reflection. |
protected class |
PositionedCursor.ListGetter
Implementation of
AbstractCursor.Getter
that reads items from a list. |
protected class |
PositionedCursor.MapGetter<K>
Implementation of
AbstractCursor.Getter
that reads entries from a Map. |
protected class |
PositionedCursor.ObjectGetter
Implementation of
AbstractCursor.Getter
for records that consist of a single field. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCursor.Getter |
ListIteratorCursor.createGetter(int ordinal) |
protected abstract AbstractCursor.Getter |
AbstractCursor.createGetter(int ordinal) |
protected AbstractCursor.Getter |
ArrayIteratorCursor.createGetter(int ordinal) |
protected AbstractCursor.Getter |
RecordIteratorCursor.createGetter(int ordinal) |
protected AbstractCursor.Getter |
MapIteratorCursor.createGetter(int ordinal) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.