Class HiveVarCharWriter

java.lang.Object
org.apache.drill.exec.store.hive.writers.primitive.AbstractSingleValueWriter<org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector,VarCharWriter>
org.apache.drill.exec.store.hive.writers.primitive.HiveVarCharWriter
All Implemented Interfaces:
HiveValueWriter

public class HiveVarCharWriter extends AbstractSingleValueWriter<org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector,VarCharWriter>
  • Constructor Details

    • HiveVarCharWriter

      public HiveVarCharWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector inspector, VarCharWriter writer, DrillBuf drillBuf)
  • Method Details

    • write

      public void write(Object value)
      Description copied from interface: HiveValueWriter
      Accepts row top or embedded value of concrete column and writes it into appropriate value vector.
      Parameters:
      value - top or embedded row value of Hive column