Package org.apache.beam.sdk.io.iceberg
Class IcebergTableCreateConfig
java.lang.Object
org.apache.beam.sdk.io.iceberg.IcebergTableCreateConfig
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()org.apache.iceberg.PartitionSpecPartition spec destination, in the event that it must be dynamically created.abstract SchemaSchema for the destination, in the event that it must be dynamically created.org.apache.iceberg.SortOrderSort order to apply when the table is dynamically created.
-
Constructor Details
-
IcebergTableCreateConfig
public IcebergTableCreateConfig()
-
-
Method Details
-
getSchema
Schema for the destination, in the event that it must be dynamically created. -
getPartitionSpec
Partition spec destination, in the event that it must be dynamically created. -
getPartitionFields
-
getSortOrder
Sort order to apply when the table is dynamically created. -
getSortFields
-
getTableProperties
-
builder
-