reiz.reizql: Support length matchers
isidentical opened this issue · 1 comments
isidentical commented
Call(args=LEN(min=3))
Call(args=LEN(max=3))
Call(args=LEN(min=1, max=3))
will be translated to appropriate count(<pointer>) >=/<=
expression.
isidentical commented
This is being implemented by the new compiler