Package | Description |
---|---|
org.apache.drill.exec.expr.holders | |
org.apache.drill.exec.physical.impl.unnest | |
org.apache.drill.exec.vector | |
org.apache.drill.exec.vector.accessor |
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
|
org.apache.drill.exec.vector.complex.impl |
Modifier and Type | Field and Description |
---|---|
IntVector |
RepeatedIntHolder.vector
The Vector holding the actual values.
|
Modifier and Type | Method and Description |
---|---|
void |
UnnestImpl.setRowIdVector(IntVector v) |
void |
Unnest.setRowIdVector(IntVector v)
Set the vector for the rowId implicit column
|
Modifier and Type | Method and Description |
---|---|
IntVector |
NullableIntVector.convertToRequiredVector() |
IntVector |
RepeatedIntVector.getDataVector() |
IntVector |
NullableIntVector.getValuesVector() |
IntVector |
NullableIntVector.Mutator.getVectorWithValues() |
Modifier and Type | Method and Description |
---|---|
AddOrGetResult<IntVector> |
RepeatedIntVector.addOrGetVector(VectorDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
IntVector.copyFrom(int fromIndex,
int thisIndex,
IntVector from) |
void |
IntVector.copyFromSafe(int fromIndex,
int thisIndex,
IntVector from) |
void |
NullableIntVector.copyFromSafe(int fromIndex,
int thisIndex,
IntVector from) |
void |
NullableIntVector.Mutator.fromNotNullable(IntVector srce) |
void |
IntVector.splitAndTransferTo(int startIndex,
int length,
IntVector target) |
void |
IntVector.transferTo(IntVector target) |
Constructor and Description |
---|
BufferedMutator(int startIdx,
int buffSz,
IntVector parent)
Buffered mutator to optimize bulk access to the underlying vector container
|
BufferedMutator(int startIdx,
IntVector parent) |
Constructor and Description |
---|
IntAccessor(IntVector vector) |
Constructor and Description |
---|
IntReaderImpl(IntVector vector) |
IntWriterImpl(IntVector vector,
org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.