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> 
- 
Field Summary
Fields inherited from class org.apache.drill.exec.store.hive.writers.primitive.AbstractSingleValueWriter
inspector, writer - 
Constructor Summary
ConstructorsConstructorDescriptionHiveStringWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector inspector, VarCharWriter writer, DrillBuf drillBuf)  - 
Method Summary
 
- 
Constructor Details
- 
HiveStringWriter
public HiveStringWriter(org.apache.hadoop.hive.serde2.objectinspector.primitive.StringObjectInspector inspector, VarCharWriter writer, DrillBuf drillBuf)  
 - 
 - 
Method Details
- 
write
Description copied from interface:HiveValueWriterAccepts 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
 
 -