public static interface GroupByRowProcessor.ResultSupplier extends Closeable
| Modifier and Type | Method and Description |
|---|---|
Sequence<ResultRow> |
results(List<String> dimensionsToInclude)
Return a result sequence.
|
Sequence<ResultRow> results(@Nullable List<String> dimensionsToInclude)
Closeable.close() (but make sure any result sequences have been fully consumed first!).dimensionsToInclude - list of dimensions to include, or null to include all dimensions. Used by processing
of subtotals. If specified, the results will not necessarily be fully grouped.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.