Skip to main content

NumericAgg

Type Alias NumericAgg 

Source
pub type NumericAgg = Decimal<NUMERIC_AGG_WIDTH_USIZE>;
Expand description

A double-width version of Numeric for use in aggregations.

Aliased Type§

#[repr(C)]
pub struct NumericAgg { /* private fields */ }

Trait Implementations§