pub unsafe extern "C" fn duckdb_decimal_scale(
type_: duckdb_logical_type,
) -> u8Expand description
Retrieves the scale of a decimal type.
@param type The logical type object @return The scale of the decimal type
pub unsafe extern "C" fn duckdb_decimal_scale(
type_: duckdb_logical_type,
) -> u8Retrieves the scale of a decimal type.
@param type The logical type object @return The scale of the decimal type