Uses of Class
software.amazon.awssdk.services.glue.model.IcebergPartitionSpec
-
Packages that use IcebergPartitionSpec Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergPartitionSpec in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergPartitionSpec Modifier and Type Method Description IcebergPartitionSpecCreateIcebergTableInput. partitionSpec()The partitioning specification that defines how the Iceberg table data will be organized and partitioned for optimal query performance.IcebergPartitionSpecIcebergTableUpdate. partitionSpec()The updated partitioning specification that defines how the table data should be reorganized and partitioned.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergPartitionSpec Modifier and Type Method Description CreateIcebergTableInput.BuilderCreateIcebergTableInput.Builder. partitionSpec(IcebergPartitionSpec partitionSpec)The partitioning specification that defines how the Iceberg table data will be organized and partitioned for optimal query performance.IcebergTableUpdate.BuilderIcebergTableUpdate.Builder. partitionSpec(IcebergPartitionSpec partitionSpec)The updated partitioning specification that defines how the table data should be reorganized and partitioned.
-