You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by Shubham Tyagi <Sh...@protegrity.com> on 2016/01/11 11:54:51 UTC

working(parsing) of Where clause condition

Hello,

I want to know the complete lifecycle of where clause condition in phoenix.
How does the value of where condition get parse from different classes and intermediate value .
Where is exactly the where clause logic and scan object reside in code

Executing command
                                           select ID,NAME from "table_name" where salary >= 45678;
                                                             OR
                                           select ID,SALARY from "table_name" where name like '%abcd%';
is their some kind of reference.

Regards,
Shubham tyagi