Function quackdb_internal::ffi::duckdb_value_string
source · pub unsafe extern "C" fn duckdb_value_string(
result: *mut duckdb_result,
col: u64,
row: u64
) -> duckdb_string
Expand description
s
returns: The string value at the specified location.
The result must be freed with duckdb_free
.