Uses of Interface
org.apache.drill.exec.vector.accessor.writer.UnionShim
Package
Description
Implementation of the vector writers.
-
Uses of UnionShim in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionclass
Internal implementation for a list of (possible) variants when the list has no type associated with it at all.class
Shim for a list that holds a single type, but may eventually become a list of variants.static class
class
Lists can operate in three modes: no type, one type or many types (that is, a list of unions.) This shim implements the variant writer when the backing vector is a union or a list backed by a union.