Class PromotableMultiMapWithOrdinal<K,V>

java.lang.Object
org.apache.arrow.vector.util.PromotableMultiMapWithOrdinal<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
MapWithOrdinal<K,V>

public class PromotableMultiMapWithOrdinal<K,V> extends Object implements MapWithOrdinal<K,V>
Implementation of MapWithOrdinal that allows for promotion to multimap when duplicate fields exist.