Closed BenoitRanque closed 9 months ago
Alternative to #86
Follow up to #84
This PR changes where keys to predicate in the connector IR
where
predicate
This is a breaking changes for the connector spec.
This PR also makes predicates optional inPathElement and Expression::Exists, to make it consistent with Query
PathElement
Expression::Exists
Query
Finally, this PR also removes redundant redefintions to make rust compile happily.
Can you please fix the lint CI task?
Alternative to #86
Follow up to #84
This PR changes
where
keys topredicate
in the connector IRThis is a breaking changes for the connector spec.
This PR also makes predicates optional in
PathElement
andExpression::Exists
, to make it consistent withQuery
Finally, this PR also removes redundant redefintions to make rust compile happily.