Function quackdb_internal::ffi::duckdb_to_time
source · pub unsafe extern "C" fn duckdb_to_time(
time: duckdb_time_struct
) -> duckdb_timeExpand description
Re-compose a duckdb_time from hour, minute, second and microsecond (duckdb_time_struct).
time: The hour, minute, second and microsecond in a duckdb_time_struct.
returns: The duckdb_time element.