public class TopNProcessor extends Object
| Constructor and Description |
|---|
TopNProcessor(AggregatedMemoryContext aggregatedMemoryContext,
List<Type> types,
int n,
List<Integer> sortChannels,
List<SortOrder> sortOrders) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(Page page) |
Page |
getOutput() |
boolean |
noMoreOutput() |
Copyright © 2012–2019. All rights reserved.