Example #1
0
 void evaluate() throws HiveException {
   obj = eval.evaluate(rowObject);
 }
Example #2
0
 public Object get() throws HiveException {
   return eval.evaluate(rowObject);
 }