Function quackdb_internal::ffi::duckdb_value_string_internal
source · pub unsafe extern "C" fn duckdb_value_string_internal(
result: *mut duckdb_result,
col: u64,
row: u64
) -> duckdb_string
Expand description
DEPRECATED: use duckdb_value_string_internal instead. This function does not work correctly if the string contains null bytes. returns: The char* value at the specified location. ONLY works on VARCHAR columns and does not auto-cast. If the column is NOT a VARCHAR column this function will return NULL.
The result must NOT be freed.