v.21.8New Feature
Add bin/unbin functions
Why it matters
These functions provide a straightforward way to convert data to and from a binary representation, enabling easier manipulation and storage of binary formats within ClickHouse.How to use it
Use thebin function to convert input data into its binary form, and use unbin to decode binary data back to its original format. They can be used in SQL queries as functions applied to column data or literals.