Uses of Interface
org.apache.drill.exec.vector.accessor.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
Modifier and TypeMethodDescriptionvoid
BuildFromSchema.buildUnion
(VariantWriter writer, VariantMetadata schema) -
Uses of VariantWriter in org.apache.drill.exec.store.easy.json.loader
Modifier and TypeMethodDescriptionprotected ElementParser
BaseFieldFactory.variantParserFor
(VariantWriter writer) Create a variant (UNION) column and its associated parser given a column schema. -
Uses of VariantWriter in org.apache.drill.exec.vector.accessor
-
Uses of VariantWriter in org.apache.drill.exec.vector.accessor.writer