Class PositionedCursor.MapGetter<K>

java.lang.Object
org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
org.apache.calcite.avatica.util.PositionedCursor.MapGetter<K>
Type Parameters:
K - the key type
All Implemented Interfaces:
AbstractCursor.Getter
Enclosing class:
PositionedCursor<T>

protected class PositionedCursor.MapGetter<K> extends AbstractCursor.AbstractGetter
Implementation of AbstractCursor.Getter that reads entries from a Map.
  • Field Details

    • key

      protected final K key
  • Constructor Details

    • MapGetter

      public MapGetter(K key)
  • Method Details