Package | Description |
---|---|
org.apache.drill.exec.expr.holders | |
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 |
---|---|
Var16CharVector |
RepeatedVar16CharHolder.vector
The Vector holding the actual values.
|
Modifier and Type | Method and Description |
---|---|
Var16CharVector |
NullableVar16CharVector.convertToRequiredVector() |
Var16CharVector |
RepeatedVar16CharVector.getDataVector() |
Var16CharVector |
NullableVar16CharVector.getValuesVector() |
Var16CharVector |
NullableVar16CharVector.Mutator.getVectorWithValues() |
Modifier and Type | Method and Description |
---|---|
AddOrGetResult<Var16CharVector> |
RepeatedVar16CharVector.addOrGetVector(VectorDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
protected void |
Var16CharVector.copyFrom(int fromIndex,
int thisIndex,
Var16CharVector from) |
void |
NullableVar16CharVector.copyFromSafe(int fromIndex,
int thisIndex,
Var16CharVector from) |
void |
Var16CharVector.copyFromSafe(int fromIndex,
int thisIndex,
Var16CharVector from) |
void |
NullableVar16CharVector.Mutator.fromNotNullable(Var16CharVector srce) |
void |
Var16CharVector.splitAndTransferTo(int startIndex,
int length,
Var16CharVector target) |
void |
Var16CharVector.transferTo(Var16CharVector target) |
Constructor and Description |
---|
BufferedMutator(int startIdx,
int buffSz,
Var16CharVector parent)
Buffered mutator to optimize bulk access to the underlying vector container
|
BufferedMutator(int startIdx,
Var16CharVector parent) |
Constructor and Description |
---|
Var16CharAccessor(Var16CharVector vector) |
Constructor and Description |
---|
Var16CharReaderImpl(Var16CharVector vector) |
Var16CharWriterImpl(Var16CharVector vector,
org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.