return adjustReturnedValue( t.fun_HOUR( to_BigDecimal( _args[ 0 ] ) ) );
}
break;
case HYPGEOMDIST:
if (4 == c ) {
return adjustReturnedValue( t.fun_HYPGEOMDIST( to_BigDecimal( _args[ 0 ] ), to_BigDecimal( _args[ 1 ] ), to_BigDecimal( _args[ 2 ] ), to_BigDecimal( _args[ 3 ] ) ) );
}
break;
case WEEKDAY:
if (2 == c ) {
return adjustReturnedValue( t.fun_WEEKDAY( to_BigDecimal( _args[ 0 ] ), to_BigDecimal( _args[ 1 ] ) ) );