| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.project | |
| org.apache.drill.exec.physical.impl.svremover | |
| org.apache.drill.exec.record |
| Constructor and Description |
|---|
ProjectBatchBuilder(ProjectRecordBatch projectBatch,
VectorContainer container,
SchemaChangeCallBack callBack,
RecordBatch incomingBatch) |
| Modifier and Type | Method and Description |
|---|---|
static Copier |
GenericCopierFactory.createAndSetupCopier(RecordBatch incoming,
VectorContainer outputContainer,
SchemaChangeCallBack callBack) |
Copier |
GenericCopierTest.createCopier(RecordBatch incoming,
VectorContainer outputContainer,
SchemaChangeCallBack callback) |
Copier |
AbstractGenericCopierTest.createCopier(RecordBatch incoming,
VectorContainer outputContainer,
SchemaChangeCallBack callback) |
| Constructor and Description |
|---|
GenericSV2Copier(RecordBatch incomingBatch,
VectorContainer outputContainer,
SchemaChangeCallBack callBack) |
GenericSV4Copier(RecordBatch incomingBatch,
VectorContainer outputContainer,
SchemaChangeCallBack callBack) |
StraightCopier(RecordBatch incomingBatch,
VectorContainer outputContainer,
SchemaChangeCallBack callBack) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaChangeCallBack |
AbstractUnaryRecordBatch.callBack |
| Modifier and Type | Method and Description |
|---|---|
<T extends ValueVector> |
VectorContainer.addOrGet(MaterializedField field,
SchemaChangeCallBack callBack)
This method should be called with MaterializedField which also has correct children field list specially when
the field type is MAP.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.