Interface MapColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Implementing Classes:
HeapMapVector
@Internal public interface MapColumnVector extends ColumnVector
Map column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapDatagetMap(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-
-
-
Method Detail
-
getMap
MapData getMap(int i)
-
-