We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b41460 commit 23e1024Copy full SHA for 23e1024
src/iceberg/file_format.h
@@ -55,7 +55,7 @@ ICEBERG_EXPORT inline std::string_view ToString(FileFormatType format_type) {
55
}
56
57
/// \brief Convert a string to a FileFormatType
58
-ICEBERG_EXPORT Result<FileFormatType> FileFormatTypeFromString(
+ICEBERG_EXPORT inline Result<FileFormatType> FileFormatTypeFromString(
59
std::string_view str) noexcept {
60
auto lower = internal::StringUtils::ToLower(str);
61
if (lower == "parquet") return FileFormatType::kParquet;
0 commit comments