pub unsafe extern "C" fn duckdb_create_bit(
input: duckdb_bit,
) -> duckdb_valueExpand description
Creates a BIT value from a duckdb_bit
@param input The duckdb_bit value
@return The value. This must be destroyed with duckdb_destroy_value.
pub unsafe extern "C" fn duckdb_create_bit(
input: duckdb_bit,
) -> duckdb_valueCreates a BIT value from a duckdb_bit
@param input The duckdb_bit value
@return The value. This must be destroyed with duckdb_destroy_value.