| Package | Description |
|---|---|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.