Function duckdb_create_timestamp_s

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

Creates a TIMESTAMP_S value from a duckdb_timestamp_s

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