| 57 | double ToDouble(const Decimal256& value) const { return value.ToDouble(decimal_scale); } |
| 58 | |
| 59 | int64_t count() const { return moments.count; } |
| 60 | |
| 61 | void Consume(const ArraySpan& array) { |
| 62 | constexpr bool kCanUseIntArithmetic = std::is_integral_v<CType> && sizeof(CType) <= 4; |
no outgoing calls