Uses of Class
org.apache.drill.exec.vector.accessor.writer.BaseScalarWriter
Package
Description
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
Implementation of the vector writers.
-
Uses of BaseScalarWriter in org.apache.drill.exec.vector.accessor
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Uses of BaseScalarWriter in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionclass
Base class for writers for fixed-width vectors.static class
static class
Base class for writers that use the Java int type as their native type.class
Base class for variable-width (VarChar, VarBinary, etc.) writers.class
Specialized writer for bit columns.class
Specialized column writer for the (hidden) offset vector used with variable-length or repeated vectors.Modifier and TypeMethodDescriptionNullableScalarWriter.baseWriter()
NullableScalarWriter.bitsWriter()
static BaseScalarWriter
ColumnWriterFactory.newWriter
(ValueVector vector) Modifier and TypeMethodDescriptionNullableScalarWriter.build
(ColumnMetadata schema, NullableVector nullableVector, BaseScalarWriter baseWriter) ScalarArrayWriter.build
(ColumnMetadata schema, RepeatedValueVector repeatedVector, BaseScalarWriter baseElementWriter) ModifierConstructorDescriptionNullableScalarWriter
(ColumnMetadata schema, NullableVector nullableVector, BaseScalarWriter baseWriter) ScalarArrayWriter
(ColumnMetadata schema, RepeatedValueVector vector, BaseScalarWriter baseElementWriter)