@PublicEvolving
public interface MapData
MapType or MultisetType.
Note: All keys and values of this data structure must be internal data structures. All keys
must be of the same type; same for values. See RowData for more information about
internal data structures.
Use GenericMapData to construct instances of this interface from regular Java maps.
int size()
ArrayData keyArray()
A key-value pair has the same index in the key array and value array.
ArrayData valueArray()
A key-value pair has the same index in the key array and value array.
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.