Stefan Plantikow
Stefan Plantikow
Given a graph with different node types (say "a", "b", "c", etc.) and different edge types ("r", "s", "t"), is it acceptable to modify connect such that the edge type...
Hi, I was looking at kleene algebras recently. They naturally include a transitive closure operator. While it is possible to interpret the graph algebra under transitive closure semantics, is there...
This is a proposal for making Cypher work with multiple graphs. It is part of the redesign of Cypher for adding support for working with multiple graphs that targets Cypher...
This is a proposal for creating and managing graphs and views in the catalog and inside the query. It also covers views and parameterized views. It is part of the...
# CIR-2017-174 Cypher pattern matching assumes relationship uniqueness: A relationship can only be matched once per instance of a pattern. This has been criticized occasionally in research papers and by...
View it here: https://github.com/boggle/openCypher/blob/isomatch/cip/1.accepted/CIP2017-01-18-configurable-pattern-matching-semantics.adoc
This is a proposal for improving Cypher's support for working with nested values that contain `NULL`. It is part of the redesign of Cypher for adding support for working with...
This addresses #180. [View latest](https://github.com/boggle/openCypher/blob/CIP-query-combinators/cip/1.accepted/CIP2017-04-20-query-combinators-for-set-operations.adoc)
# CIR-2017-182 Supporting multiple graphs from within the same Cypher query would massively increase the power and expressivity of the language. This CIR asks the community to help us explore...
# CIR-2017-183 Cypher has a great set of aggregation functions that can be used to compute aggregate values over multiple result records. However it currently is not possible to call...