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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南