| Package | Description |
|---|---|
| org.apache.drill.exec.cache |
Distributed cache for syncing state and data between Drillbits.
|
| org.apache.drill.exec.physical.impl.scan |
Defines the scan operation implementation.
|
| org.apache.drill.exec.physical.impl.scan.v3 |
Provides the "version 3" scan framework (which can also be thought of
as EVF version 2).
|
| org.apache.drill.exec.physical.impl.xsort | |
| org.apache.drill.exec.record | |
| org.apache.drill.exec.store | |
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| org.apache.drill.test.rowSet.test |
Tests for the row set test fixture.
|
| Modifier and Type | Field and Description |
|---|---|
static OperatorFixture |
TestBatchSerialization.fixture |
| Modifier and Type | Field and Description |
|---|---|
OperatorFixture |
ScanTestUtils.ScanFixtureBuilder.opFixture |
| Constructor and Description |
|---|
ScanFixtureBuilder(OperatorFixture opFixture) |
| Modifier and Type | Field and Description |
|---|---|
OperatorFixture |
ScanFixture.ScanFixtureBuilder.opFixture |
| Constructor and Description |
|---|
BaseScanFixtureBuilder(OperatorFixture fixture) |
ScanFixtureBuilder(OperatorFixture opFixture) |
| Modifier and Type | Field and Description |
|---|---|
static OperatorFixture |
TestSorter.fixture |
| Modifier and Type | Method and Description |
|---|---|
static SortImpl |
TestSortImpl.makeSortImpl(OperatorFixture fixture,
String sortOrder,
String nullOrder)
Create the sort implementation to be used by test.
|
void |
TestSortImpl.runJumboBatchTest(OperatorFixture fixture,
int rowCount)
Set up and run a test for "jumbo" batches, and time the run.
|
void |
TestSortImpl.runLargeSortTest(OperatorFixture fixture,
TestSortImpl.DataGenerator dataGen,
TestSortImpl.DataValidator validator)
Run a full-blown sort test with multiple input batches.
|
static void |
TestCopier.runTypeTest(OperatorFixture fixture,
TypeProtos.MinorType type) |
void |
TestSortImpl.runWideRowsTest(OperatorFixture fixture,
int colCount,
int rowCount)
Run a test using wide rows.
|
static void |
TestCopier.testAllTypes(OperatorFixture fixture) |
void |
TestCopier.testMapType(OperatorFixture fixture) |
| Constructor and Description |
|---|
CopierTester(OperatorFixture fixture) |
DataGenerator(OperatorFixture fixture,
int targetCount,
int batchSize) |
DataGenerator(OperatorFixture fixture,
int targetCount,
int batchSize,
int seed,
int step) |
SortTestFixture(OperatorFixture fixture) |
SortTestFixture(OperatorFixture fixture,
String sortOrder,
String nullOrder) |
| Modifier and Type | Field and Description |
|---|---|
protected static OperatorFixture |
TestVectorContainer.fixture |
| Constructor and Description |
|---|
PluginRegistryContextFixture(OperatorFixture opFixture) |
| Modifier and Type | Field and Description |
|---|---|
protected static OperatorFixture |
SubOperatorTest.fixture |
protected OperatorFixture |
PhysicalOpUnitTestBase.operatorFixture |
| Modifier and Type | Method and Description |
|---|---|
OperatorFixture |
OperatorFixture.Builder.build() |
static OperatorFixture |
OperatorFixture.standardFixture(BaseDirTestWatcher dirTestWatcher) |
| Constructor and Description |
|---|
ArrayWriterTester(OperatorFixture fixture) |
NullableVectorTester(OperatorFixture fixture) |
NullableWriterTester(OperatorFixture fixture) |
PerfTester(OperatorFixture fixture,
TypeProtos.DataMode mode,
String label) |
RepeatedVectorTester(OperatorFixture fixture) |
RequiredVectorTester(OperatorFixture fixture) |
RequiredWriterTester(OperatorFixture fixture) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.