Uses of Interface
org.apache.arrow.vector.util.MapWithOrdinal
-
Uses of MapWithOrdinal in org.apache.arrow.vector.util
Modifier and TypeClassDescriptionclass
MapWithOrdinalImpl<K,
V> An implementation of map that supports constant time look-up by a generic key or an ordinal.class
MultiMapWithOrdinal<K,
V> An implementation of a multimap that supports constant time look-up by a generic key or an ordinal.class
Implementation of MapWithOrdinal that allows for promotion to multimap when duplicate fields exist.