Skip to content

[Test] where-not-true-return-not-false #424

Description

@cyrusknopf

Test Details

Query

MATCH (n) WHERE NOT TRUE RETURN NOT FALSE

Fails because predicates without dependencies is not supported. This should be okay to implement, we just need to add an ExprEval before the filter, and if there are no dependencies the condition is "constexpr" and evaluates to the same result for all input rows. But we need to think about how to place it

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions