public abstract class IcebergTableCreateConfig
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
IcebergTableCreateConfig.Builder  | 
| Constructor and Description | 
|---|
IcebergTableCreateConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
IcebergTableCreateConfig.Builder | 
builder()  | 
abstract org.apache.iceberg.PartitionSpec | 
getPartitionSpec()
Partition spec destination, in the event that it must be dynamically created. 
 | 
abstract org.apache.iceberg.Schema | 
getSchema()
Schema for the destination, in the event that it must be dynamically created. 
 | 
@Pure public abstract org.apache.iceberg.Schema getSchema()
@Pure public abstract org.apache.iceberg.PartitionSpec getPartitionSpec()
@Pure public IcebergTableCreateConfig.Builder builder()