pub type DatetimeChunked = Logical<DatetimeType, Int64Type>;Aliased Type§
pub struct DatetimeChunked {
pub phys: ChunkedArray<Int64Type>,
pub dtype: DataType,
/* private fields */
}Fields§
§phys: ChunkedArray<Int64Type>§dtype: DataType