Function duckdb_create_timestamp_ms

Source
pub unsafe extern "C" fn duckdb_create_timestamp_ms(
    input: duckdb_timestamp_ms,
) -> duckdb_value
Expand description

Creates a TIMESTAMP_MS value from a duckdb_timestamp_ms

@param input The duckdb_timestamp_ms value @return The value. This must be destroyed with duckdb_destroy_value.