PRINT_VECTOR_BITS
Description
Converts a binarized vector into a human-readable string representation, displaying the binary bit pattern of each byte in the vector. This function is primarily used for debugging and visualizing the content of binarized vectors, helping to understand the output of the BINARY_QUANTIZE function.
Parameter Description
vector: A binarized vector, typevector\<tinyint>
Return Result
Returns a string type result, displaying the vector content as a binary bit string.
Examples
- Display the bit representation of a binarized vector
- Display the bit representation of a multi-byte binarized vector
- Combined use with BINARY_QUANTIZE
