nsnhuang opened a new pull request, #22594: URL: https://github.com/apache/doris/pull/22594
## Proposed changes Issue Number: 22593 <!--Describe your changes.--> add function unhex_to_bitmap and unhex_to_hll ## Further comments 1. move the code of function hex_decode from function_string.cpp to math_function.cpp 2. add the function unhex_to_bitmap to file function_bitmap.cpp. It convert a bitmap hex string to a bitmap object. 3. add the function unhex_to_hll to file hll_hash.cpp. It convert a hll hex string to a hll object. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
