public class DateTimeOptionDriver extends AbstractValueDriver
ValueDriver for DateTimeOption.| Constructor and Description | 
|---|
DateTimeOptionDriver(org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector inspector)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
set(ValueOption<?> target,
   Object value)
Sets the value into the target  
ValueOption. | 
public DateTimeOptionDriver(org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector inspector)
inspector - the object inspectorpublic void set(ValueOption<?> target, Object value)
ValueDriverValueOption.target - the target objectvalue - the value object, or null if it is nullCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.