28 static constexpr int32_t solar_cycle_years = 400;
31 static constexpr uint32_t solar_cycle_entry_count = 2 * solar_cycle_years;
50 std::optional<std::string_view> tzif_dir,
51 std::string_view timezone_name,
device_memory_resource * get_current_device_resource()
std::unique_ptr< table > make_timezone_transition_table(std::optional< std::string_view > tzif_dir, std::string_view timezone_name, rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
Creates a transition table to convert ORC timestamps to UTC.