Function duckdb_create_bool

Source
pub unsafe extern "C" fn duckdb_create_bool(
    input: bool,
) -> duckdb_value
Expand description

Creates a value from a boolean

@param input The boolean value @return The value. This must be destroyed with duckdb_destroy_value.