void evaluate() throws HiveException { obj = eval.evaluate(rowObject); }
public Object get() throws HiveException { return eval.evaluate(rowObject); }