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 5f34d2a commit 78cc130Copy full SHA for 78cc130
cpp/src/arrow/compute/kernels/temporal_internal.h
@@ -80,7 +80,7 @@ inline int64_t GetQuarter(const year_month_day& ymd) {
80
return static_cast<int64_t>((static_cast<uint32_t>(ymd.month()) - 1) / 3);
81
}
82
83
-Result<ArrowTimeZone> LocateZone(const std::string_view timezone);
+ARROW_EXPORT Result<ArrowTimeZone> LocateZone(const std::string_view timezone);
84
85
static inline const std::string& GetInputTimezone(const DataType& type) {
86
static const std::string no_timezone = "";
0 commit comments