pub unsafe extern "C" fn duckdb_decimal_internal_type(
    type_: duckdb_logical_type
) -> duckdb_type
Expand description

Retrieves the internal storage type of a decimal type.

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