Function arrow_cast::base64::b64_encode
source ยท pub fn b64_encode<E: Engine, O: OffsetSizeTrait>(
engine: &E,
array: &GenericBinaryArray<O>,
) -> GenericStringArray<O>
Expand description
Bas64 encode each element of array
with the provided engine