kangkaisen opened a new issue #2976: [Proposal] Select * support HLL and Bitmap 
column
URL: https://github.com/apache/incubator-doris/issues/2976
 
 
   ## Why
   Currently, select * doesn't support HLL and Bitmap column.
   1. Which isn't compatible with tableau or navicat ... mysql tool and BI 
tools.
   2. Which isn't friendly for user.
   
   
![image](https://user-images.githubusercontent.com/9894906/75128471-3095e300-56ff-11ea-9523-f0a7a7822d75.png)
   
![image](https://user-images.githubusercontent.com/9894906/75128477-37bcf100-56ff-11ea-9431-8b9ea5012a37.png)
   
   ## How
   1. return null for  HLL and Bitmap column when select *
   
   2. Directly return HLL and bitmap binary content when select *
   
   3. Rewrite the sql and return cardinality of HLL or bitmap when select *
   
   4. Rewrite the sql and return to_string of HLL or bitmap when select *
   
   I prefer to solution 3:  **Rewrite the sql and return cardinality of HLL or 
bitmap when select**

----------------------------------------------------------------
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

Reply via email to