| Package | Description |
|---|---|
| org.apache.drill.exec.physical.rowSet |
Provides a set of tools to work with row sets.
|
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectRowSet |
DirectRowSet.fromContainer(VectorContainer container) |
static DirectRowSet |
DirectRowSet.fromSchema(BufferAllocator allocator,
BatchSchema schema) |
static DirectRowSet |
DirectRowSet.fromSchema(BufferAllocator allocator,
TupleMetadata schema) |
static DirectRowSet |
DirectRowSet.fromVectorAccessible(BufferAllocator allocator,
VectorAccessible va) |
| Modifier and Type | Method and Description |
|---|---|
RowSetWriter |
DirectRowSet.RowSetWriterBuilder.buildWriter(DirectRowSet rowSet) |
| Constructor and Description |
|---|
IndirectRowSet(DirectRowSet directRowSet,
Set<Integer> skipIndices) |
| Modifier and Type | Method and Description |
|---|---|
DirectRowSet |
QueryResultSet.next()
Return the next batch of data as a row set.
|
DirectRowSet |
QueryRowSetIterator.next() |
DirectRowSet |
QueryBuilder.rowSet()
Run the query and return the first non-empty batch as a
DirectRowSet object that can be inspected directly
by the code using a RowSetReader. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DirectRowSet> |
QueryRowSetIterator.iterator() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.