Function array_with_timezone

Source
pub fn array_with_timezone(
    array: ArrayRef,
    timezone: String,
    to_type: Option<&DataType>,
) -> Result<ArrayRef, ArrowError>
Expand description

Preprocesses input arrays to add timezone information from Spark to Arrow array datatype or to apply timezone offset.