About
Rex is an object model for relational row expressions (RexNode)
In a SqlNode types may not be available, but in a RexNode, it will.
Articles Related
Example
- Condition
salaris between 1000 and 2000
- Join
emps.deptno = depts.deptno
Rex is an object model for relational row expressions (RexNode)
In a SqlNode types may not be available, but in a RexNode, it will.
salaris between 1000 and 2000
emps.deptno = depts.deptno