Function libduckdb_sys::duckdb_to_timestamp

source ·
pub unsafe extern "C" fn duckdb_to_timestamp(
    ts: duckdb_timestamp_struct
) -> duckdb_timestamp
Expand description

Re-compose a duckdb_timestamp from a duckdb_timestamp_struct.

ts: The de-composed elements in a duckdb_timestamp_struct. returns: The duckdb_timestamp element.