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 classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Uses of AbstractScalarWriterImpl in org.apache.drill.exec.vector.accessor.writer
Subclasses of AbstractScalarWriterImpl in org.apache.drill.exec.vector.accessor.writerModifier and TypeClassDescriptionclassBase class for writers for fixed-width vectors.static classstatic classBase class for writers that use the Java int type as their native type.classColumn writer implementation that acts as the basis for the generated, vector-specific implementations.classBase class for variable-width (VarChar, VarBinary, etc.) writers.classSpecialized writer for bit columns.classclassSpecialized 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 classclassRepresents a non-projected column.