duckdb_from_time

Function 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).

@param time The time object, as obtained from a DUCKDB_TYPE_TIME column. @return The duckdb_time_struct with the decomposed elements.