Shaper/sizer member functions
- addOutputColumn(self, columnName, dataType)
- Add an output column.
- addOutputColumnNumeric(self, columnName, dataType, precision, scale)
- Add a numeric output column.
- addOutputColumnString(self, columnName, dataType, size)
- Add a string output column.
- isInputValueAvailable(self, columnIndex)
- Determines if an input value is available for a shaper/sizer.
- isShaperSystemCatalogUpperCase(self)
- Determines if the Netezza system catalog is upper case.
- isUdfSizer(self)
- Determines if the AE is a sizer for a UDF.
- isUdtfShaper(self)
- Determines if the AE is a shaper for a UDTF.