Support TIME type and timediff function (#1505)
This commit is contained in:
@ -324,6 +324,7 @@ void* ExprContext::get_value(Expr* e, TupleRow* row) {
|
||||
_result.float_val = v.val;
|
||||
return &_result.float_val;
|
||||
}
|
||||
case TYPE_TIME:
|
||||
case TYPE_DOUBLE: {
|
||||
doris_udf::DoubleVal v = e->get_double_val(this, row);
|
||||
if (v.is_null) {
|
||||
|
||||
Reference in New Issue
Block a user