cypher-gremlin-extensions? #390
artturimatias
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Does anyone know how to include those extensions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current OpenCypher implementation does not support string functions (toUpper, trim etc..)
Custom functions and predicates are not supported on target implementation: cypherToUpper. Consider installing Extensions to Gremlin to enable full support for Cypher functionality: https://github.com/opencypher/cypher-for-gremlin/tree/master/tinkerpop/cypher-gremlin-extensions
It seems that these functions require cypher-gremlin-extension to be present. Would it be possible to include these extensions to Docker image?
Beta Was this translation helpful? Give feedback.
All reactions