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

@param ts The de-composed elements in a duckdb_timestamp_struct. @return The duckdb_timestamp element.