Function arrow_cast::base64::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