return adjustReturnedValue( t.fun_RAND() );
}
break;
case ROUND:
if (2 == c ) {
return adjustReturnedValue( t.fun_ROUND( to_BigDecimal( _args[ 0 ] ), to_BigDecimal( _args[ 1 ] ) ) );
}
break;
case ROUNDDOWN:
if (2 == c ) {
return adjustReturnedValue( t.fun_ROUNDDOWN( to_BigDecimal( _args[ 0 ] ), to_BigDecimal( _args[ 1 ] ) ) );