Open lnfjpt opened 3 months ago
/cc @lnfjpt @shirly121, this issus/pr has had no activity for for a long time, could you folks help to review the status ? To suppress further notifications,
requires-further-info
, work-in-progress
to the issue, requires-further-discussion
or wontfix
to the issue, requires-further-discussion
label to the pull request.
Thanks!
Is your feature request related to a problem? Please describe. BI benchmark requires for the implementation of the following arithmetics in expression of physical plan:
date
can obtain the date from a timestampMatch (comment:COMMENT) WHERE date(comment.creationDate)=date($datetime)
At the same time, the following features are also expected to be supported in the compiler
WHERE post.language IN $languages
MATCH (p1:PERSON {id : $id})-[k:KNOWS*1..$max]-(expert:PERSON)