Neptune not supporting duration() provided by openCypher

0

Hi. My usecase requires using the duration() function provided by openCypher which returns the duration between 2 dates/datetime. I am running these openCypher queries in neptune db and its throwing the following error: { "code": "UnsupportedOperationException", "detailedMessage": "Date and Time related functions are not supported in this release.", "requestId": "e2affbd3-00b0-47d7-9310-11a1be5313e3" } Now this error is relating to the duration function I am using in my query. I am using the latest version of neptune and also checked the version of openCypher it supports(Version 9) which is also the latest. Now my doubt is if all the versions are latest, why isn't neptune supporting these date and time functions to be used? Thanks in advance.

已提问 2 年前382 查看次数
1 回答
0

Neptune's openCypher implementation is our newest supported query language, went GA in April 2022, and currently supports a limited set of date/time functions for openCypher as described here. Based on feedback from customers, we will be working backwards to prioritize adding support for new features.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则