| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.table.catalog |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableSchema.Builder |
TableSchema.builder() |
TableSchema.Builder |
TableSchema.Builder.column(Column column) |
TableSchema.Builder |
TableSchema.Builder.columns(List<Column> columns) |
TableSchema.Builder |
TableSchema.Builder.constraintKey(ConstraintKey constraintKey) |
TableSchema.Builder |
TableSchema.Builder.constraintKey(List<ConstraintKey> constraintKeys) |
TableSchema.Builder |
TableSchema.Builder.primaryKey(PrimaryKey primaryKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
default <T> void |
Catalog.buildColumnsWithErrorCheck(TablePath tablePath,
TableSchema.Builder builder,
Iterator<T> keys,
java.util.function.Function<T,Column> getColumn) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.