-
Method Summary
Returns a function that applies a limit to an input sequence that is assumed to be sorted on dimensions.
Discard sorting columns not contained in given set.
-
Method Details
-
-
build
Returns a function that applies a limit to an input sequence that is assumed to be sorted on dimensions.
- Parameters:
query - the query that this limit spec belongs to
- Returns:
- limit function
-
filterColumns
Discard sorting columns not contained in given set. This is used when generating new queries, e.g. to process
subtotal spec in GroupBy query.
- Parameters:
names - columns names to keep
- Returns:
- new LimitSpec that works with fitlered set of columns