|
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_h = cuda::std::chrono::duration< int32_t, cuda::std::chrono::hours::period > |
| Type alias representing an int32_t duration of hours.
|
|
using | cudf::duration_m = cuda::std::chrono::duration< int32_t, cuda::std::chrono::minutes::period > |
| Type alias representing an int32_t duration of minutes.
|
|
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< cudf::duration_D > |
| Type alias representing a cudf::duration_D (int32_t) since the unix epoch.
|
|
using | cudf::timestamp_h = detail::timestamp< cudf::duration_h > |
| Type alias representing a cudf::duration_h (int32_t) since the unix epoch.
|
|
using | cudf::timestamp_m = detail::timestamp< cudf::duration_m > |
| Type alias representing a cudf::duration_m (int32_t) since the unix epoch.
|
|
using | cudf::timestamp_s = detail::timestamp< cudf::duration_s > |
| Type alias representing a cudf::duration_s (int64_t) since the unix epoch.
|
|
using | cudf::timestamp_ms = detail::timestamp< cudf::duration_ms > |
| Type alias representing a cudf::duration_ms (int64_t) since the unix epoch.
|
|
using | cudf::timestamp_us = detail::timestamp< cudf::duration_us > |
| Type alias representing a cudf::duration_us (int64_t) since the unix epoch.
|
|
using | cudf::timestamp_ns = detail::timestamp< cudf::duration_ns > |
| Type alias representing a cudf::duration_ns (int64_t) since the unix epoch.
|
|