arrow_cast::base64

Function b64_decode

Source
pub fn b64_decode<E: Engine, O: OffsetSizeTrait>(
    engine: &E,
    array: &GenericBinaryArray<O>,
) -> Result<GenericBinaryArray<O>, ArrowError>
Expand description

Base64 decode each element of array with the provided Engine