| Package | Description |
|---|---|
| org.apache.pinot.tools.scan.query |
| Modifier and Type | Field and Description |
|---|---|
protected ResultTable |
AggregationFunc._rows |
| Modifier and Type | Method and Description |
|---|---|
ResultTable |
Aggregation.aggregate(ResultTable input) |
ResultTable |
ResultTable.append(ResultTable resultsToAppend) |
ResultTable |
AvgFunction.run() |
ResultTable |
Aggregation.run() |
ResultTable |
DistinctCountFunction.run() |
ResultTable |
Projection.run() |
ResultTable |
MaxFunction.run() |
ResultTable |
MinMaxRangeFunction.run() |
ResultTable |
MinFunction.run() |
ResultTable |
SumFunction.run() |
ResultTable |
AggregationFunc.run() |
ResultTable |
CountFunction.run() |
ResultTable |
Selection.run() |
ResultTable |
Projection.transformFromIdToValues(ResultTable resultTable,
Map<String,Dictionary> dictionaryMap,
boolean addCountStar) |
| Modifier and Type | Method and Description |
|---|---|
ResultTable |
Aggregation.aggregate(ResultTable input) |
ResultTable |
ResultTable.append(ResultTable resultsToAppend) |
static AggregationFunc |
AggregationFuncFactory.getAggregationFunc(ResultTable rows,
String column,
String functionName) |
ResultTable |
Projection.transformFromIdToValues(ResultTable resultTable,
Map<String,Dictionary> dictionaryMap,
boolean addCountStar) |
| Constructor and Description |
|---|
DistinctCountFunction(ResultTable rows,
String column) |
Copyright © 2018–2020 Apache Software Foundation. All rights reserved.