|
iceberg-cpp
|
#include <string_view>#include <utility>#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/util/string_util.h"Go to the source code of this file.
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
Functions | |
| ICEBERG_EXPORT std::string_view | iceberg::ToString (FileFormatType format_type) |
| Convert a FileFormatType to a string. | |
| ICEBERG_EXPORT Result< FileFormatType > | iceberg::FileFormatTypeFromString (std::string_view str) noexcept |
| Convert a string to a FileFormatType. | |
Variables | |
| kParquet | |
| kAvro | |
| kOrc | |
| kPuffin | |
File format used by Iceberg.