pub type DatetimeChunked = Logical<DatetimeType, Int64Type>;

Implementations

Construct a new DatetimeChunked from an iterator over NaiveDateTime.

Change the underlying TimeUnit. And update the data accordingly.

Change the underlying TimeUnit. This does not modify the data.

Change the underlying TimeZone. This does not modify the data.

Trait Implementations

Get data type of ChunkedArray.

Gets AnyValue from LogicalType

Initialize by name and values.

Initialize by name and values.