pub unsafe extern "C" fn duckdb_value_boolean(
result: *mut duckdb_result,
col: idx_t,
row: idx_t,
) -> bool
Expand description
DEPRECATION NOTICE**: This method is scheduled for removal in a future release.
@return The boolean value at the specified location, or false if the value cannot be converted.