Uses of Interface
org.apache.flink.table.runtime.util.KeyValueIterator
-
Packages that use KeyValueIterator Package Description org.apache.flink.table.runtime.util.collections.binary -
-
Uses of KeyValueIterator in org.apache.flink.table.runtime.util.collections.binary
Methods in org.apache.flink.table.runtime.util.collections.binary that return KeyValueIterator Modifier and Type Method Description KeyValueIterator<K,org.apache.flink.table.data.binary.BinaryRowData>AbstractBytesHashMap. getEntryIterator(boolean requiresCopy)Returns an iterator for iterating over the entries of this map.KeyValueIterator<K,Iterator<org.apache.flink.table.data.RowData>>AbstractBytesMultiMap. getEntryIterator(boolean requiresCopy)
-