public final class TableSchema extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TableSchema.Builder |
| 构造器和说明 |
|---|
TableSchema() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableSchema.Builder |
builder() |
TableSchema |
copy() |
String[] |
getFieldNames() |
SeaTunnelRowType |
toPhysicalRowDataType() |
public static TableSchema.Builder builder()
public SeaTunnelRowType toPhysicalRowDataType()
public String[] getFieldNames()
public TableSchema copy()
Copyright © 2024 The Apache Software Foundation. All rights reserved.