Skip to content

Commit 78cc130

Browse files
committed
Add missing ARROW_EXPORT
1 parent 5f34d2a commit 78cc130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/compute/kernels/temporal_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ inline int64_t GetQuarter(const year_month_day& ymd) {
8080
return static_cast<int64_t>((static_cast<uint32_t>(ymd.month()) - 1) / 3);
8181
}
8282

83-
Result<ArrowTimeZone> LocateZone(const std::string_view timezone);
83+
ARROW_EXPORT Result<ArrowTimeZone> LocateZone(const std::string_view timezone);
8484

8585
static inline const std::string& GetInputTimezone(const DataType& type) {
8686
static const std::string no_timezone = "";

0 commit comments

Comments
 (0)