pub unsafe extern "C" fn duckdb_create_timestamp(
input: duckdb_timestamp,
) -> duckdb_value
Expand description
Creates a TIMESTAMP value from a duckdb_timestamp
@param input The duckdb_timestamp value
@return The value. This must be destroyed with duckdb_destroy_value
.