You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/08 14:37:15 UTC

[GitHub] [incubator-doris] cambyzju commented on issue #8928: [Bug] No matching function with signature: hex(hll)

cambyzju commented on issue #8928:
URL: https://github.com/apache/incubator-doris/issues/8928#issuecomment-1092931289

   hi xinyiZzz,
   The reason is:
   1. **hll_hash** function return HLL data type;
   2. but **hex** function do not support HLL data type as input;
   
   Could I know which situation you need use sql like: _SELECT hex(hll_hash('1990-12-10'));_


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org