-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Effort - LowEffort - LowEffort - LowFrequency - MonthlyFrequency - MonthlyFrequency - MonthlyPriority - LaterPriority - LaterPriority - LaterReach - VeryFewReach - VeryFewReach - VeryFewSeverity - S3Severity - S3Severity - S3communitycommunitycommunityfeaturefeaturefeaturegood first issuegood first issuegood first issue
Description
Below should work:
Python: `match().node(variable='n').to().node(variable='m').where(item='n.name', operator=Operator.IS_NOT_NULL).return_()`
Cypher: `MATCH (n)-[]->(m) WHERE n.name IS NOT NULL RETURN *;`
Currently, there is no operator IS_NOT_NULL in Operator Enum and where() necessarily requires three arguments (literal or expression as third), while in this case there would be 2 args)
Metadata
Metadata
Assignees
Labels
Effort - LowEffort - LowEffort - LowFrequency - MonthlyFrequency - MonthlyFrequency - MonthlyPriority - LaterPriority - LaterPriority - LaterReach - VeryFewReach - VeryFewReach - VeryFewSeverity - S3Severity - S3Severity - S3communitycommunitycommunityfeaturefeaturefeaturegood first issuegood first issuegood first issue
Type
Projects
Status
In Review