Function duckdb_get_bool

Source
pub unsafe extern "C" fn duckdb_get_bool(val: duckdb_value) -> bool
Expand description

Returns the boolean value of the given value.

@param val A duckdb_value containing a boolean @return A boolean, or false if the value cannot be converted