Support TIME type and timediff function (#1505)
This commit is contained in:
@ -262,6 +262,7 @@ void RawValue::write(const void* value, void* dst, const TypeDescriptor& type, M
|
||||
break;
|
||||
}
|
||||
|
||||
case TYPE_TIME:
|
||||
case TYPE_DOUBLE: {
|
||||
*reinterpret_cast<double*>(dst) = *reinterpret_cast<const double*>(value);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user