|
using | cudf::duration_D = cuda::std::chrono::duration< int32_t, cuda::std::chrono::days::period > |
| Type alias representing an int32_t duration of days.
|
|
using | cudf::duration_s = cuda::std::chrono::duration< int64_t, cuda::std::chrono::seconds::period > |
| Type alias representing an int64_t duration of seconds.
|
|
using | cudf::duration_ms = cuda::std::chrono::duration< int64_t, cuda::std::chrono::milliseconds::period > |
| Type alias representing an int64_t duration of milliseconds.
|
|
using | cudf::duration_us = cuda::std::chrono::duration< int64_t, cuda::std::chrono::microseconds::period > |
| Type alias representing an int64_t duration of microseconds.
|
|
using | cudf::duration_ns = cuda::std::chrono::duration< int64_t, cuda::std::chrono::nanoseconds::period > |
| Type alias representing an int64_t duration of nanoseconds.
|
|
using | cudf::timestamp_D = detail::timestamp< cuda::std::chrono::duration< int32_t, cuda::std::ratio< 86400 > >> |
| Type alias representing an int32_t duration of days since the unix epoch.
|
|
using | cudf::timestamp_s = detail::timestamp< cuda::std::chrono::duration< int64_t, cuda::std::ratio< 1 > >> |
| Type alias representing an int64_t duration of seconds since the unix epoch.
|
|
using | cudf::timestamp_ms = detail::timestamp< cuda::std::chrono::duration< int64_t, cuda::std::milli > > |
| Type alias representing an int64_t duration of milliseconds since the unix epoch.
|
|
using | cudf::timestamp_us = detail::timestamp< cuda::std::chrono::duration< int64_t, cuda::std::micro > > |
| Type alias representing an int64_t duration of microseconds since the unix epoch.
|
|
using | cudf::timestamp_ns = detail::timestamp< cuda::std::chrono::duration< int64_t, cuda::std::nano > > |
| Type alias representing an int64_t duration of nanoseconds since the unix epoch.
|
|