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 |
---|---|
Decimal28DenseVector |
RepeatedDecimal28DenseHolder.vector
Deprecated.
The Vector holding the actual values.
|
Modifier and Type | Method and Description |
---|---|
Decimal28DenseVector |
NullableDecimal28DenseVector.convertToRequiredVector() |
Decimal28DenseVector |
RepeatedDecimal28DenseVector.getDataVector() |
Decimal28DenseVector |
NullableDecimal28DenseVector.getValuesVector() |
Decimal28DenseVector |
NullableDecimal28DenseVector.Mutator.getVectorWithValues() |
Modifier and Type | Method and Description |
---|---|
AddOrGetResult<Decimal28DenseVector> |
RepeatedDecimal28DenseVector.addOrGetVector(VectorDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
void |
Decimal28DenseVector.copyFrom(int fromIndex,
int thisIndex,
Decimal28DenseVector from) |
void |
Decimal28DenseVector.copyFromSafe(int fromIndex,
int thisIndex,
Decimal28DenseVector from) |
void |
NullableDecimal28DenseVector.copyFromSafe(int fromIndex,
int thisIndex,
Decimal28DenseVector from) |
void |
NullableDecimal28DenseVector.Mutator.fromNotNullable(Decimal28DenseVector srce) |
void |
Decimal28DenseVector.splitAndTransferTo(int startIndex,
int length,
Decimal28DenseVector target) |
void |
Decimal28DenseVector.transferTo(Decimal28DenseVector target) |
Constructor and Description |
---|
Decimal28DenseAccessor(Decimal28DenseVector vector) |
Constructor and Description |
---|
Decimal28DenseReaderImpl(Decimal28DenseVector vector) |
Decimal28DenseWriterImpl(Decimal28DenseVector vector,
org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.