Uses of Interface
org.apache.drill.exec.vector.accessor.writer.OffsetVectorWriter
Package
Description
Implementation of the vector writers.
This package provides a "dummy" set of writers.
-
Uses of OffsetVectorWriter in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionclass
Specialized column writer for the (hidden) offset vector used with variable-length or repeated vectors.Modifier and TypeFieldDescriptionprotected final OffsetVectorWriter
AbstractArrayWriter.offsetsWriter
Modifier and TypeMethodDescriptionAbstractArrayWriter.offsetWriter()
Return the writer for the offset vector for this array.ModifierConstructorDescriptionAbstractArrayWriter
(ColumnMetadata schema, AbstractObjectWriter elementObjWriter, OffsetVectorWriter offsetVectorWriter) -
Uses of OffsetVectorWriter in org.apache.drill.exec.vector.accessor.writer.dummy