kangkaisen commented on issue #2976: [Proposal] Select * support HLL and Bitmap column URL: https://github.com/apache/incubator-doris/issues/2976#issuecomment-590879625 > For users who want to get the raw binary of HLL and bitmap, we could add a configuration like `return_raw_value_for_complex_type` to support such scenario. We don't need a configuration, If users indeed want to get the raw binary of HLL and bitmap, they could use `select hll_column, bitmap_cilumn from table`. which sql is valid in Doris.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org