pub unsafe extern "C" fn duckdb_decimal_width(
type_: duckdb_logical_type,
) -> u8
Expand description
Retrieves the width of a decimal type.
@param type The logical type object @return The width of the decimal type
pub unsafe extern "C" fn duckdb_decimal_width(
type_: duckdb_logical_type,
) -> u8
Retrieves the width of a decimal type.
@param type The logical type object @return The width of the decimal type