Skip to content
This repository was archived by the owner on Apr 4, 2021. It is now read-only.

engine: Incremental evaluation of standard Cypher constructions #51

Closed
szarnyasg opened this issue Dec 31, 2016 · 1 comment
Closed

Comments

@szarnyasg
Copy link
Member

szarnyasg commented Dec 31, 2016

(Related ticket: #35)

Use this issue to keep track of supported Cypher constructs.

Clauses

  • Query constructs
    • MATCH
      • Transitive closure
    • RETURN (Production node)
    • UNWIND
    • OPTIONAL MATCH (left outer join)
    • WITH this is translated to joins in the query plan
    • UNION
  • Data manipulation (moved to Implement DML operations #170)
    • CREATE
    • MERGE
    • SET
    • DELETE
    • DETACH DELETE
    • REMOVE
  • Procedure calls
    • CALL ... YIELD (as this call may run an arbitrary Java code, there is no way we can handle these incrementally)

Sub-clauses

Operators

Expressions

Functions

Types

  • primitives
  • list
  • map
  • node
  • relationship
  • path
@szarnyasg szarnyasg changed the title Incremental evaluation of standard Cypher constructions ire: Incremental evaluation of standard Cypher constructions Jan 4, 2017
@szarnyasg szarnyasg added the epic label Feb 25, 2017
@szarnyasg szarnyasg added this to the summer milestone Mar 2, 2017
@szarnyasg szarnyasg changed the title ire: Incremental evaluation of standard Cypher constructions engine: Incremental evaluation of standard Cypher constructions May 30, 2017
@szarnyasg
Copy link
Member Author

Extracted this to other issues. Types will be added along the way (if required by a particular function/feature).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants