Uses of Interface
org.apache.drill.exec.vector.accessor.VariantWriter
Packages that use VariantWriter
Package
Description
Handles the details of the result set loader implementation.
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 VariantWriter in org.apache.drill.exec.physical.resultSet.impl
Methods in org.apache.drill.exec.physical.resultSet.impl with parameters of type VariantWriterModifier and TypeMethodDescriptionvoid
BuildFromSchema.buildUnion
(VariantWriter writer, VariantMetadata schema) -
Uses of VariantWriter in org.apache.drill.exec.store.easy.json.loader
Methods in org.apache.drill.exec.store.easy.json.loader with parameters of type VariantWriterModifier and TypeMethodDescriptionprotected ElementParser
BaseFieldFactory.variantParserFor
(VariantWriter writer) Create a variant (UNION) column and its associated parser given a column schema.Constructors in org.apache.drill.exec.store.easy.json.loader with parameters of type VariantWriter -
Uses of VariantWriter in org.apache.drill.exec.vector.accessor
Methods in org.apache.drill.exec.vector.accessor that return VariantWriter -
Uses of VariantWriter in org.apache.drill.exec.vector.accessor.writer
Classes in org.apache.drill.exec.vector.accessor.writer that implement VariantWriterMethods in org.apache.drill.exec.vector.accessor.writer that return VariantWriter