pub fn b64_decode<E: Engine, O: OffsetSizeTrait>( engine: &E, array: &GenericBinaryArray<O>, ) -> Result<GenericBinaryArray<O>, ArrowError>
Base64 decode each element of array with the provided Engine
array
Engine