Function libduckdb_sys::duckdb_from_time

source ·
pub unsafe extern "C" fn duckdb_from_time(
    time: duckdb_time
) -> duckdb_time_struct
Expand description

Decompose a duckdb_time object into hour, minute, second and microsecond (stored as duckdb_time_struct).

time: The time object, as obtained from a DUCKDB_TYPE_TIME column. returns: The duckdb_time_struct with the decomposed elements.