Uses of Enum
org.apache.drill.exec.vector.accessor.ObjectType
Packages that use ObjectType
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.
Provides the reader hierarchy as explained in the API package.
Implementation of the vector writers.
This package provides a "dummy" set of writers.
-
Uses of ObjectType in org.apache.drill.exec.vector.accessor
Methods in org.apache.drill.exec.vector.accessor that return ObjectTypeModifier and TypeMethodDescriptionArrayReader.entryType()The object type of the list entry.ArrayWriter.entryType()Return a generic object writer for the array entry.ColumnReader.type()The type of this reader.ColumnWriter.type()Return the object (structure) type of this writer.TupleReader.type(int colIndex) TupleWriter.type(int colIndex) DictReader.valueColumnType()static ObjectTypeReturns the enum constant of this type with the specified name.static ObjectType[]ObjectType.values()Returns an array containing the constants of this enum type, in the order they are declared.DictWriter.valueType()Returns object type of the value field. -
Uses of ObjectType in org.apache.drill.exec.vector.accessor.reader
Methods in org.apache.drill.exec.vector.accessor.reader that return ObjectType -
Uses of ObjectType in org.apache.drill.exec.vector.accessor.writer
Methods in org.apache.drill.exec.vector.accessor.writer that return ObjectType -
Uses of ObjectType in org.apache.drill.exec.vector.accessor.writer.dummy
Methods in org.apache.drill.exec.vector.accessor.writer.dummy that return ObjectType