Package | Description |
---|---|
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 | |
org.apache.drill.exec.vector.complex.impl |
Modifier and Type | Method and Description |
---|---|
void |
NullableFloat8Vector.copyFrom(int fromIndex,
int thisIndex,
NullableFloat8Vector from) |
void |
NullableFloat8Vector.copyFromSafe(int fromIndex,
int thisIndex,
NullableFloat8Vector from) |
void |
NullableFloat8Vector.splitAndTransferTo(int startIndex,
int length,
NullableFloat8Vector target) |
void |
NullableFloat8Vector.transferTo(NullableFloat8Vector target) |
Constructor and Description |
---|
NullableFloat8Accessor(NullableFloat8Vector vector) |
Modifier and Type | Method and Description |
---|---|
NullableFloat8Vector |
UnionVector.getFloat8Vector() |
Constructor and Description |
---|
NullableFloat8ReaderImpl(NullableFloat8Vector vector) |
NullableFloat8WriterImpl(NullableFloat8Vector vector,
org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.