pub unsafe extern "C" fn duckdb_from_timestamp(
ts: duckdb_timestamp,
) -> duckdb_timestamp_structExpand description
Decompose a duckdb_timestamp object into a duckdb_timestamp_struct.
@param ts The ts object, as obtained from a DUCKDB_TYPE_TIMESTAMP column.
@return The duckdb_timestamp_struct with the decomposed elements.