- java.lang.Object
-
- org.apache.drill.exec.store.hive.writers.primitive.AbstractSingleValueWriter<I,W>
-
- Type Parameters:
I
- type of inspector
W
- type of underlying vector writer
- All Implemented Interfaces:
- HiveValueWriter
- Direct Known Subclasses:
- HiveBinaryWriter, HiveBooleanWriter, HiveByteWriter, HiveCharWriter, HiveDateWriter, HiveDecimalWriter, HiveDoubleWriter, HiveFloatWriter, HiveIntWriter, HiveLongWriter, HiveShortWriter, HiveStringWriter, HiveTimestampWriter, HiveVarCharWriter
public abstract class AbstractSingleValueWriter<I extends org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector,W extends BaseWriter>
extends Object
implements HiveValueWriter
Parent class for all primitive value writers
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected I |
inspector |
protected W |
writer |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 1970 The Apache Software Foundation. All rights reserved.