Class HiveTimestampWriter
java.lang.Object
org.apache.drill.exec.store.hive.writers.primitive.AbstractSingleValueWriter<org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector,TimeStampWriter>
org.apache.drill.exec.store.hive.writers.primitive.HiveTimestampWriter
- All Implemented Interfaces:
HiveValueWriter
public class HiveTimestampWriter
extends AbstractSingleValueWriter<org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector,TimeStampWriter>
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.hive.writers.primitive.AbstractSingleValueWriter
inspector, writer
-
Constructor Summary
ConstructorDescriptionHiveTimestampWriter
(org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector inspector, TimeStampWriter writer) -
Method Summary
-
Constructor Details
-
HiveTimestampWriter
public HiveTimestampWriter(org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector inspector, TimeStampWriter writer)
-
-
Method Details
-
write
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
-