19 #include <cudf/utilities/export.hpp>
28 namespace CUDF_EXPORT
cudf {
32 static constexpr int32_t solar_cycle_years = 400;
35 static constexpr uint32_t solar_cycle_entry_count = 2 * solar_cycle_years;
55 std::optional<std::string_view> tzif_dir,
56 std::string_view timezone_name,
rmm::cuda_stream_view const get_default_stream()
Get the current default stream.
rmm::device_async_resource_ref get_current_device_resource_ref()
Get the current device memory resource reference.
cuda::mr::async_resource_ref< cuda::mr::device_accessible > device_async_resource_ref
std::unique_ptr< table > make_timezone_transition_table(std::optional< std::string_view > tzif_dir, std::string_view timezone_name, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref())
Creates a transition table to convert ORC timestamps to UTC.