| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog |
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogTable.Builder |
CatalogTable.Builder.comment(String comment) |
CatalogTable.Builder |
CatalogTable.Builder.distribution(TableDistribution distribution) |
static CatalogTable.Builder |
CatalogTable.newBuilder()
Builder for configuring and creating instances of
CatalogTable. |
CatalogTable.Builder |
CatalogTable.Builder.options(Map<String,String> options) |
CatalogTable.Builder |
CatalogTable.Builder.partitionKeys(List<String> partitionKeys) |
CatalogTable.Builder |
CatalogTable.Builder.schema(Schema schema) |
CatalogTable.Builder |
CatalogTable.Builder.snapshot(Long snapshot) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.