I want to fire a sort-merge join rule to improve the performance for a
theta join,
but I found the comment of EnumerableMergeJoinRule.java  says
`// EnumerableMergeJoin only supports inner join.
 (It supports non-equi join, using a post-filter; see below.)`.

could someone tell me how to fire the rule for a  non-equi join?

Reply via email to