Package org.apache.pinot.query.runtime.operator.utils
-
Interface Summary Interface Description AggregationUtils.Merger AsyncStream<E> An interface that represents an abstract asynchronous stream of elements that can be consumed.AsyncStream.OnNewData BlockingStream<E> An interface that represents an abstract blocking stream of elements that can be consumed. -
Class Summary Class Description AggregationUtils Utility class to perform accumulation over a collection of rows.AggregationUtils.Accumulator Accumulator class which accumulates the aggregated results into the group sets if anyBlockingMultiStreamConsumer<E> BlockingMultiStreamConsumer.OfTransferableBlock OperatorUtils SortUtils SortUtils.SortComparator TypeUtils