public class MultipleRowType extends Object implements SeaTunnelDataType<SeaTunnelRow>, Iterable<Map.Entry<String,SeaTunnelRowType>>
| 构造器和说明 |
|---|
MultipleRowType(Map<String,SeaTunnelRowType> rowTypeMap) |
MultipleRowType(String[] tableIds,
SeaTunnelRowType[] rowTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
SeaTunnelRowType |
getRowType(String tableId) |
SqlType |
getSqlType()
Gets the SQL standard type represented by this data type.
|
Class<SeaTunnelRow> |
getTypeClass()
Gets the class of the type represented by this data type.
|
Iterator<Map.Entry<String,SeaTunnelRowType>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MultipleRowType(String[] tableIds, SeaTunnelRowType[] rowTypes)
public MultipleRowType(Map<String,SeaTunnelRowType> rowTypeMap)
public SeaTunnelRowType getRowType(String tableId)
public Class<SeaTunnelRow> getTypeClass()
SeaTunnelDataTypegetTypeClass 在接口中 SeaTunnelDataType<SeaTunnelRow>public SqlType getSqlType()
SeaTunnelDataTypegetSqlType 在接口中 SeaTunnelDataType<SeaTunnelRow>public Iterator<Map.Entry<String,SeaTunnelRowType>> iterator()
iterator 在接口中 Iterable<Map.Entry<String,SeaTunnelRowType>>Copyright © 2024 The Apache Software Foundation. All rights reserved.