memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
250 stars 25 forks source link

Implement date.add #456

Closed antepusic closed 6 months ago

antepusic commented 6 months ago

Description

This PR introduces the date.add query function. Compatible with apoc.date.add, it lets users do arithmetic with values that have user-specified temporal units.

Pull request type

Related issues

404 https://github.com/memgraph/memgraph/issues/1421

######################################

Reviewer checklist (the reviewer checks this part)

Module/Algorithm

Documentation checklist

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

antepusic commented 6 months ago

@kgolubic Added a documentation PR, see the original message or the notification above this message.