|
iceberg-cpp
|
128-bit fixed-point decimal numbers. Adapted from Apache Arrow with only Decimal128 support. https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.h More...
#include <array>#include <compare>#include <cstdint>#include <iosfwd>#include <string>#include <string_view>#include <type_traits>#include <vector>#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/util/formattable.h"#include "iceberg/util/int128.h"Go to the source code of this file.
Classes | |
| class | iceberg::Decimal |
| Represents 128-bit fixed-point decimal numbers. The max decimal precision that can be safely represented is 38 significant digits. More... | |
Functions | |
| std::ostream & | iceberg::operator<< (std::ostream &os, const Decimal &decimal) |
128-bit fixed-point decimal numbers. Adapted from Apache Arrow with only Decimal128 support. https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.h