opencypher / cypher-for-gremlin

Cypher for Gremlin adds Cypher support to any Gremlin graph database.
Apache License 2.0
359 stars 48 forks source link

Multiple functions not supported for neo4j 2.3.12 #225

Closed mad closed 5 years ago

mad commented 5 years ago

From this https://neo4j.com/docs/2.3.12/cypher-refcard/

startNode, endNode, round, trim, substring, split

Some of implemented on https://github.com/opencypher/cypher-for-gremlin/pull/187 but not released

dwitry commented 5 years ago

Hello @mad,

Functions startNode, endNode, substring and split are implemented, waiting for release.

Next release is planned in mid January (may be subject to change). If possible please build latest version.

We will consider implementing round and trim functions after that.

dwitry commented 5 years ago

Implemented in #228