Uses of Class
org.apache.drill.exec.vector.accessor.writer.AbstractScalarWriter
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 AbstractScalarWriter 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 AbstractScalarWriter 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
Column writer implementation that acts as the basis for the generated, vector-specific implementations.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. -
Uses of AbstractScalarWriter in org.apache.drill.exec.vector.accessor.writer.dummy
Modifier and TypeClassDescriptionstatic class
class
Represents a non-projected column.