The following elements are optional when using TD_CFilter.
- PartitionColumns
- Specify the names of the input columns to copy to the output table. The function partitions the input data and the output table on these columns.
Maximum 10 columns are allowed.
PartitionColumns makes TD_CFilter output nondeterministic unless each partition_column is unique in the group defined by TransactionIDColumns. - MaxDistinctItems
- Specify the maximum size of the item set.
Default: 100