Class NetezzaPartitionSettings


  • public final class NetezzaPartitionSettings
    extends Object
    The settings that will be leveraged for Netezza source partitioning.
    • Constructor Detail

      • NetezzaPartitionSettings

        public NetezzaPartitionSettings()
    • Method Detail

      • getPartitionColumnName

        public Object getPartitionColumnName()
        Get the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
        Returns:
        the partitionColumnName value.
      • setPartitionColumnName

        public NetezzaPartitionSettings setPartitionColumnName​(Object partitionColumnName)
        Set the partitionColumnName property: The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
        Parameters:
        partitionColumnName - the partitionColumnName value to set.
        Returns:
        the NetezzaPartitionSettings object itself.
      • getPartitionUpperBound

        public Object getPartitionUpperBound()
        Get the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
        Returns:
        the partitionUpperBound value.
      • setPartitionUpperBound

        public NetezzaPartitionSettings setPartitionUpperBound​(Object partitionUpperBound)
        Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
        Parameters:
        partitionUpperBound - the partitionUpperBound value to set.
        Returns:
        the NetezzaPartitionSettings object itself.
      • getPartitionLowerBound

        public Object getPartitionLowerBound()
        Get the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
        Returns:
        the partitionLowerBound value.
      • setPartitionLowerBound

        public NetezzaPartitionSettings setPartitionLowerBound​(Object partitionLowerBound)
        Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
        Parameters:
        partitionLowerBound - the partitionLowerBound value to set.
        Returns:
        the NetezzaPartitionSettings object itself.