| 3366 | } |
| 3367 | |
| 3368 | std::shared_ptr<DataType> decimal256(int32_t precision, int32_t scale) { |
| 3369 | return std::make_shared<Decimal256Type>(precision, scale); |
| 3370 | } |
| 3371 | |
| 3372 | std::string Decimal32Type::ToString(bool show_metadata) const { |
| 3373 | std::stringstream s; |
no outgoing calls