public class VarcharStringOptionDriver extends AbstractValueDriver
Constructor and Description |
---|
VarcharStringOptionDriver(org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector 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 VarcharStringOptionDriver(org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector 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.