public interface BaseMap
There are different implementations depending on the scenario:
After serialization, it becomes the BinaryMap format.
Convenient updates use the GenericMap format.
| 限定符和类型 | 方法和说明 |
|---|---|
int |
numElements()
Invoke by codeGens.
|
Map |
toJavaMap(org.apache.flink.table.types.logical.LogicalType keyType,
org.apache.flink.table.types.logical.LogicalType valueType)
This method will return a Java map containing INTERNAL type data.
|
int numElements()
Map toJavaMap(org.apache.flink.table.types.logical.LogicalType keyType, org.apache.flink.table.types.logical.LogicalType valueType)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.