Class HiveStringWriter

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

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

    • HiveStringWriter

      public HiveStringWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector 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