Version 1.3
SELECT * FROM Basket_Generator ( ON { table_name | view_name | (query) } PARTITION BY partition_column [,...] BasketItem ('basket_item' [,...]) [ BasketSize ('basket_size') ] [ Accumulate ({ 'accumulate_column' | accumulate_column_range }[,...]) ] [ Combination ({'true'|'t'|'yes'|'y'|'1'|'false'|'f'|'no'|'n'|'0'}) ] [ MaxItems ('item_set_max') ] );