NetezzaPartitionSettings Class
The settings that will be leveraged for Netezza source partitioning.
Constructor
NetezzaPartitionSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
partition_column_name
|
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
|
partition_upper_bound
|
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
|
partition_lower_bound
|
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
Attributes
partition_column_name
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_column_name: Any | None
partition_lower_bound
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_lower_bound: Any | None
partition_upper_bound
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_upper_bound: Any | None