diff --git a/velox/type/TimestampConversion.h b/velox/type/TimestampConversion.h index 1eab930e45e0..5f5e04cfcfe3 100644 --- a/velox/type/TimestampConversion.h +++ b/velox/type/TimestampConversion.h @@ -221,4 +221,5 @@ Timestamp fromDatetime(int64_t daysSinceEpoch, int64_t microsSinceMidnight); /// Returns the number of days since epoch for a given timestamp and optional /// time zone. int32_t toDate(const Timestamp& timestamp, const date::time_zone* timeZone_); + } // namespace facebook::velox::util