quackdb_internal::ffi

Function duckdb_decimal_width

Source
pub unsafe extern "C" fn duckdb_decimal_width(
    type_: *mut _duckdb_logical_type,
) -> u8
Expand description

Retrieves the width of a decimal type.

type: The logical type object returns: The width of the decimal type