| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.physical.config | |
| org.apache.drill.exec.physical.impl.sort | |
| org.apache.drill.exec.physical.impl.xsort |
| Modifier and Type | Method and Description |
|---|---|
RETURN |
PhysicalVisitor.visitSort(Sort sort,
EXTRA value) |
T |
AbstractPhysicalVisitor.visitSort(Sort sort,
X value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalSort |
class |
TopN |
| Modifier and Type | Method and Description |
|---|---|
SortBatch |
SortBatchCreator.getBatch(ExecutorFragmentContext context,
Sort config,
List<RecordBatch> children) |
| Constructor and Description |
|---|
SortBatch(Sort popConfig,
FragmentContext context,
RecordBatch incoming) |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
SortTestUtilities.makeCopierConfig(String sortOrder,
String nullOrder) |
static Sort |
TestSorter.makeSortConfig(String key,
String sortOrder,
String nullOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSorter.runSorterTest(Sort popConfig,
RowSet.SingleRowSet rowSet,
RowSet.SingleRowSet expected) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.