Uses of Class
org.apache.drill.exec.vector.accessor.writer.AbstractScalarWriterImpl
Packages that use AbstractScalarWriterImpl
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.
This package provides a "dummy" set of writers.
-
Uses of AbstractScalarWriterImpl in org.apache.drill.exec.vector.accessor
Subclasses of AbstractScalarWriterImpl in org.apache.drill.exec.vector.accessorModifier 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 AbstractScalarWriterImpl in org.apache.drill.exec.vector.accessor.writer
Subclasses of AbstractScalarWriterImpl in org.apache.drill.exec.vector.accessor.writerModifier 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
Column writer implementation that acts as the basis for the generated, vector-specific implementations.class
Base class for variable-width (VarChar, VarBinary, etc.) writers.class
Specialized writer for bit columns.class
class
Specialized column writer for the (hidden) offset vector used with variable-length or repeated vectors.Methods in org.apache.drill.exec.vector.accessor.writer that return AbstractScalarWriterImplModifier and TypeMethodDescriptionUnionVectorShim.typeWriter()
Return the writer for the types vector.Constructors in org.apache.drill.exec.vector.accessor.writer with parameters of type AbstractScalarWriterImpl -
Uses of AbstractScalarWriterImpl in org.apache.drill.exec.vector.accessor.writer.dummy
Modifier and TypeClassDescriptionstatic class
class
Represents a non-projected column.