Uses of Class
org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
-
Packages that use AbstractCursor.AbstractGetter Package Description org.apache.calcite.avatica.util Avatica utilities. -
-
Uses of AbstractCursor.AbstractGetter in org.apache.calcite.avatica.util
Subclasses of AbstractCursor.AbstractGetter in org.apache.calcite.avatica.util Modifier and Type Class Description protected classPositionedCursor.ArrayGetterImplementation ofAbstractCursor.Getterthat reads from records that are arrays.protected classPositionedCursor.FieldGetterImplementation ofAbstractCursor.Getterthat reads fields via reflection.protected classPositionedCursor.ListGetterImplementation ofAbstractCursor.Getterthat reads items from a list.protected classPositionedCursor.MapGetter<K>Implementation ofAbstractCursor.Getterthat reads entries from aMap.protected classPositionedCursor.ObjectGetterImplementation ofAbstractCursor.Getterfor records that consist of a single field.
-