| Package | Description |
|---|---|
| org.apache.drill.exec.cache |
Distributed cache for syncing state and data between Drillbits.
|
| org.apache.drill.exec.physical.impl | |
| org.apache.drill.exec.physical.impl.scan |
Defines the scan operation implementation.
|
| org.apache.drill.exec.physical.impl.scan.project |
Provides run-time semantic analysis of the projection list for the
scan operator.
|
| 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.validate | |
| org.apache.drill.exec.physical.impl.xsort | |
| org.apache.drill.exec.physical.rowSet |
Provides a set of tools to work with row sets.
|
| Modifier and Type | Method and Description |
|---|---|
RowSet.SingleRowSet |
TestBatchSerialization.makeNullableRowSet(TupleMetadata schema,
int rowCount) |
RowSet.SingleRowSet |
TestBatchSerialization.makeRowSet(TupleMetadata schema,
int rowCount) |
| Modifier and Type | Field and Description |
|---|---|
protected RowSet.SingleRowSet |
BaseTestOpBatchEmitOutcome.emptyInputRowSet |
protected RowSet.SingleRowSet |
BaseTestOpBatchEmitOutcome.nonEmptyInputRowSet |
| Modifier and Type | Method and Description |
|---|---|
protected RowSet.SingleRowSet |
BaseScanOperatorExecTest.makeExpected() |
protected RowSet.SingleRowSet |
BaseScanOperatorExecTest.makeExpected(int offset) |
| Constructor and Description |
|---|
RowSetSource(RowSet.SingleRowSet rowSet) |
| Modifier and Type | Method and Description |
|---|---|
protected RowSet.SingleRowSet |
BaseScanTest.makeExpected() |
protected RowSet.SingleRowSet |
BaseScanTest.makeExpected(int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestBatchValidator.zapOffset(RowSet.SingleRowSet batch,
int index,
int bogusValue) |
| Modifier and Type | Method and Description |
|---|---|
static RowSet.SingleRowSet |
TestCopier.makeDataSet(TupleMetadata schema,
int first,
int step,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
SortTestUtilities.CopierTester.addInput(RowSet.SingleRowSet input) |
void |
SortTestUtilities.CopierTester.addOutput(RowSet.SingleRowSet output) |
void |
TestSorter.runSorterTest(RowSet.SingleRowSet rowSet,
RowSet.SingleRowSet expected) |
void |
TestSorter.runSorterTest(Sort popConfig,
RowSet.SingleRowSet rowSet,
RowSet.SingleRowSet expected) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RowSet.ExtendableRowSet
Single row set which is empty and allows writing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSingleRowSet
Base class for row sets backed by a single record batch.
|
class |
DirectRowSet
Implementation of a single row set with no indirection (selection)
vector.
|
class |
IndirectRowSet
Single row set coupled with an indirection (selection) vector,
specifically an SV2.
|
| Modifier and Type | Method and Description |
|---|---|
RowSet.SingleRowSet |
RowSetBuilder.build() |
RowSet.SingleRowSet |
RowSetWriter.done()
Finish writing and finalize the row set being
written.
|
RowSet.SingleRowSet |
RowSetWriterImpl.done() |
RowSet.SingleRowSet |
DirectRowSet.toIndirect() |
RowSet.SingleRowSet |
IndirectRowSet.toIndirect() |
RowSet.SingleRowSet |
RowSet.SingleRowSet.toIndirect() |
RowSet.SingleRowSet |
DirectRowSet.toIndirect(Set<Integer> skipIndices) |
RowSet.SingleRowSet |
IndirectRowSet.toIndirect(Set<Integer> skipIndices) |
RowSet.SingleRowSet |
RowSet.SingleRowSet.toIndirect(Set<Integer> skipIndices) |
| Modifier and Type | Method and Description |
|---|---|
void |
HyperRowSetImpl.HyperRowSetBuilderImpl.addBatch(RowSet.SingleRowSet rowSet) |
void |
RowSet.HyperRowSetBuilder.addBatch(RowSet.SingleRowSet rowSet) |
static RowSet.HyperRowSet |
HyperRowSetImpl.fromRowSets(BufferAllocator allocator,
RowSet.SingleRowSet... rowSets) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.