Hi, I am using apache drill recently with mongodb and trying to write a basic plug-in for apache solr. Wanted to know how does the plug-in know that an count(*) query has been applied so that the query to data-source can be optimized? Can i get it if I extend AbstractExprVisitor class?
Thanks,Sudip Mukherjee
