Function quackdb_internal::ffi::duckdb_decimal_scale
source · pub unsafe extern "C" fn duckdb_decimal_scale(
type_: *mut _duckdb_logical_type
) -> u8
Expand description
Retrieves the scale of a decimal type.
type: The logical type object returns: The scale of the decimal type