Function cast_to_millis_array
Source pub fn cast_to_millis_array(
array: &dyn Array,
) -> Result<TimestampMillisecondArray, CastError>
Expand description
Cast any Timestamp(_) array to TimestampMillisecondArray.
§Errors
CastError if array isn’t a Timestamp(_) or the cast fails.