pub fn base58_decode_column<I: OffsetSizeTrait>( col: &GenericStringArray<I>, ) -> Result<GenericBinaryArray<I>>
Decodes a Base58-encoded string column to binary.