Function duckdb_value_string

Source
pub unsafe extern "C" fn duckdb_value_string(
    result: *mut duckdb_result,
    col: idx_t,
    row: idx_t,
) -> duckdb_string
Expand description

s returns: The string value at the specified location. The result must be freed with duckdb_free.