Closed mattdutson closed 5 years ago
Current ImmediateRelation predicates must be of the form <col> <op> <val>, and <val> cannot contain any spaces. We should use a parsing library to get more complex and robust predicates.
ImmediateRelation
<col> <op> <val>
<val>
Current
ImmediateRelation
predicates must be of the form<col> <op> <val>
, and<val>
cannot contain any spaces. We should use a parsing library to get more complex and robust predicates.