Skip to content

Files

Latest commit

author
Max Hill
Oct 21, 2019
62e9964 · Oct 21, 2019

History

History
45 lines (36 loc) · 884 Bytes

CYPHER_SUPPORT.md

File metadata and controls

45 lines (36 loc) · 884 Bytes

Neht Graff Cypher Support

Some Cypher clauses return values not relevant to the visualization. These clauses may result in unexpected behavior.

List of Cypher Clauses

Reading Clauses

Clause Support
MATCH Yes
OPTIONAL MATCH Yes

Projecting Clauses

Clause Support
RETURN Yes
WITH No
UNWIND No
AS No

Reading Sub-clauses

Clause Support
WHERE Yes
ORDER BY Yes
SKIP Yes
LIMIT Yes

Reading Hints

None

Writing Clauses

None

Set Operations

Clause Support
UNION Yes
UNION ALL No

Importing Data

None

Schema Clauses

None