Skip to content

Commit 836f757

Browse files
committed
add export
1 parent 74058af commit 836f757

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/iceberg/util/type_util.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <unordered_set>
2828
#include <vector>
2929

30+
#include "iceberg/iceberg_export.h"
3031
#include "iceberg/result.h"
3132
#include "iceberg/schema_field.h"
3233
#include "iceberg/type_fwd.h"
@@ -129,6 +130,7 @@ class PruneColumnVisitor {
129130
/// - All field IDs must be unique across the entire schema hierarchy
130131
/// If the struct is part of a Schema, these invariants are enforced by
131132
/// StructType::InitFieldById which checks for duplicate field IDs.
132-
std::unordered_map<int32_t, int32_t> indexParents(const StructType& root_struct);
133+
ICEBERG_EXPORT std::unordered_map<int32_t, int32_t> indexParents(
134+
const StructType& root_struct);
133135

134136
} // namespace iceberg

0 commit comments

Comments
 (0)