|
iceberg-cpp
|
Go to the source code of this file.
Classes | |
| class | iceberg::util::Formattable |
| Interface for objects that can be formatted via std::format. More... | |
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
| namespace | iceberg::util |
| Utility APIs. | |
Interface for objects that can be formatted via std::format. The actual std::formatter specialization is in iceberg/util/formatter.h to avoid bringing in <format> unnecessarily.