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.
@param type The logical type object @return The internal type of the decimal type