143144145146147148149150151152
} try { Object constantValue = evaluate(argumentValues); oi = ObjectInspectorUtils.getConstantObjectInspector(oi, constantValue); } catch (HiveException e) { throw new UDFArgumentException(e); } } return oi; }