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 |
---|---|
static IcebergTableCreateConfig.Builder |
builder() |
abstract @Nullable java.util.List<java.lang.String> |
getPartitionFields() |
org.apache.iceberg.PartitionSpec |
getPartitionSpec()
Partition spec destination, in the event that it must be dynamically created.
|
abstract Schema |
getSchema()
Schema for the destination, in the event that it must be dynamically created.
|
@Pure public abstract Schema getSchema()
@Pure public org.apache.iceberg.PartitionSpec getPartitionSpec()
@Pure public abstract @Nullable java.util.List<java.lang.String> getPartitionFields()
@Pure public static IcebergTableCreateConfig.Builder builder()