Re: field search

2018-09-21 Thread ravipesala
Hi,

SInce carbondata is columnar we can filter on individual columns and use the
output of that column to filter the remaining columns. This what we called
bitset pipelining. So in your case, if column A got row 1 after filter then
it uses only that row 1 to filter the remaining columns.
If my explanation cannot answer your question, please specify an example to
elaborate your question if possible.

Regards,
Ravindra.



--
Sent from: 
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/


field search

2018-09-21 Thread xiaohui0318

 

Hi Dev:
   When filtering with field A, if you can locate the row in Page for field
A, can you use that row to undo all the remaining fields in the row???




--
Sent from: 
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/


dev@carbondata.apache.org

2018-09-21 Thread 肖辉
dev@carbondata.apache.org