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
ยงErrors
Returns an error if a value is not valid base64 for engine.