Package | Description |
---|---|
org.apache.drill.exec.physical.resultSet.model |
The "row set model" provides a "dual" of the vector structure used to create,
allocate and work with a collection of vectors.
|
org.apache.drill.exec.physical.resultSet.model.hyper |
Implementation of a row set model for hyper-batches.
|
org.apache.drill.exec.physical.resultSet.model.single |
This set of classes models the structure of a batch consisting
of single vectors (as contrasted with a hyper batch.) Provides tools
or metdata-based construction, allocation, reading and writing of
the vectors.
|
Modifier and Type | Method and Description |
---|---|
static RowSetReaderImpl |
ReaderBuilder.buildReader(BatchAccessor batch) |
Modifier and Type | Method and Description |
---|---|
static RowSetReaderImpl |
HyperReaderBuilder.build(BatchAccessor batch)
Build a hyper-batch reader given a batch accessor.
|
static RowSetReaderImpl |
HyperReaderBuilder.build(VectorContainer container,
TupleMetadata schema,
SelectionVector4 sv4) |
Modifier and Type | Method and Description |
---|---|
static RowSetReaderImpl |
SimpleReaderBuilder.build(BatchAccessor batch) |
static RowSetReaderImpl |
SimpleReaderBuilder.build(VectorContainer container,
ReaderIndex rowIndex) |
static RowSetReaderImpl |
SimpleReaderBuilder.build(VectorContainer container,
TupleMetadata schema,
ReaderIndex rowIndex) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.