Package org.apache.drill.exec.store.hive.writers
package org.apache.drill.exec.store.hive.writers
Package containing writers used to write data from Hive table columns into Drill's value vectors.
All instances of
HiveValueWriter
should be instantiated
using HiveValueWriterFactory
to be configured properly.-
ClassDescriptionThe writer is used to abstract writing of row values or values embedded into row (for example, elements of List complex type).Factory used by reader to create Hive writers for columns.