Uses of Interface
org.apache.arrow.vector.util.MapWithOrdinal
Packages that use MapWithOrdinal
-
Uses of MapWithOrdinal in org.apache.arrow.vector.util
Classes in org.apache.arrow.vector.util that implement MapWithOrdinalModifier and TypeClassDescriptionclassMapWithOrdinalImpl<K,V> An implementation of map that supports constant time look-up by a generic key or an ordinal.classMultiMapWithOrdinal<K,V> An implementation of a multimap that supports constant time look-up by a generic key or an ordinal.classImplementation of MapWithOrdinal that allows for promotion to multimap when duplicate fields exist.