| Package | Description |
|---|---|
| org.apache.flink.table.runtime.util.collections.binary |
| Modifier and Type | Method and Description |
|---|---|
BytesMap.LookupInfo<K,V> |
BytesMap.lookup(K key) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.binary.BinaryRowData |
AbstractBytesHashMap.append(BytesMap.LookupInfo<K,org.apache.flink.table.data.binary.BinaryRowData> lookupInfo,
org.apache.flink.table.data.binary.BinaryRowData value)
Append an value into the hash map's record area.
|
void |
AbstractBytesMultiMap.append(BytesMap.LookupInfo<K,Iterator<org.apache.flink.table.data.RowData>> lookupInfo,
org.apache.flink.table.data.binary.BinaryRowData value)
Append an value into the hash map's record area.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.