| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.