pub unsafe extern "C" fn duckdb_create_bit(
input: duckdb_bit,
) -> duckdb_value
Expand 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_value
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
.