Uses of Interface
org.apache.druid.query.groupby.epinephelinae.GroupByRowProcessor.ResultSupplier
-
Packages that use GroupByRowProcessor.ResultSupplier Package Description org.apache.druid.query.groupby.epinephelinae -
-
Uses of GroupByRowProcessor.ResultSupplier in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae that return GroupByRowProcessor.ResultSupplier Modifier and Type Method Description static GroupByRowProcessor.ResultSupplierGroupByRowProcessor. process(GroupByQuery query, GroupByQuery subquery, Sequence<ResultRow> rows, GroupByQueryConfig config, DruidProcessingConfig processingConfig, GroupByQueryResources resource, com.fasterxml.jackson.databind.ObjectMapper spillMapper, String processingTmpDir, int mergeBufferSize)Process the input of sequence "rows" (output by "subquery") based on "query" and returns aGroupByRowProcessor.ResultSupplier.
-