- ON clause
- Accepts the InputTable clause.
The InputTable in TD_Apriori query can have no partition at all, or have PARTITION BY ANY clause.
- TargetColumn
- Specifies the name of the InputTable column that contain the data to filter.
Maximum number of target columns supported is 1.
- IDColumn
- Required for sparse input data only.
Specifies the name of InputTable column that contain the transactionID which groups the items that are purchased together.
Maximum number of ID columns supported is 1.