iceberg-cpp
Loading...
Searching...
No Matches
Functions | Variables
file_format.h File Reference
#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.

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
 

Detailed Description

File format used by Iceberg.