public class LongOptionDriver extends AbstractValueDriver
ValueDriver
for LongOption
.Constructor and Description |
---|
LongOptionDriver(org.apache.hadoop.hive.serde2.objectinspector.primitive.LongObjectInspector 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 LongOptionDriver(org.apache.hadoop.hive.serde2.objectinspector.primitive.LongObjectInspector inspector)
inspector
- the object inspectorpublic void set(ValueOption<?> target, Object value)
ValueDriver
ValueOption
.target
- the target objectvalue
- the value object, or null
if it is null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.