base58_encode

Function base58_encode 

Source
pub fn base58_encode(data: &RecordBatch) -> Result<RecordBatch>
Expand description

Encodes all Binary and LargeBinary columns in the batch to Base58 (Bitcoin alphabet) strings.