public class MapType<K,V> extends Object implements CompositeType<Map<K,V>>
| 构造器和说明 |
|---|
MapType(SeaTunnelDataType<K> keyType,
SeaTunnelDataType<V> valueType) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
List<SeaTunnelDataType<?>> |
getChildren() |
SeaTunnelDataType<K> |
getKeyType() |
SqlType |
getSqlType()
Gets the SQL standard type represented by this data type.
|
Class<Map<K,V>> |
getTypeClass()
Gets the class of the type represented by this data type.
|
SeaTunnelDataType<V> |
getValueType() |
int |
hashCode() |
String |
toString() |
public MapType(SeaTunnelDataType<K> keyType, SeaTunnelDataType<V> valueType)
public SeaTunnelDataType<K> getKeyType()
public SeaTunnelDataType<V> getValueType()
public Class<Map<K,V>> getTypeClass()
SeaTunnelDataTypegetTypeClass 在接口中 SeaTunnelDataType<Map<K,V>>public SqlType getSqlType()
SeaTunnelDataTypegetSqlType 在接口中 SeaTunnelDataType<Map<K,V>>public List<SeaTunnelDataType<?>> getChildren()
getChildren 在接口中 CompositeType<Map<K,V>>Copyright © 2024 The Apache Software Foundation. All rights reserved.