Function quackdb_internal::ffi::duckdb_value_boolean
source · pub unsafe extern "C" fn duckdb_value_boolean(
result: *mut duckdb_result,
col: u64,
row: u64
) -> bool
Expand description
returns: The boolean value at the specified location, or false if the value cannot be converted.