You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by de...@apache.org on 2022/08/16 18:04:45 UTC

[age] branch master updated (0c1f4e7 -> 3bd002c)

This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/age.git


    from 0c1f4e7  Update NOTICE file
     add 3bd002c  Implement CALL ...[YIELD] for cypher functions.

No new revisions were added by this update.

Summary of changes:
 Makefile                            |   1 +
 regress/expected/cypher_call.out    | 203 ++++++++++++++++++++++++++++
 regress/sql/cypher_call.sql         |  99 ++++++++++++++
 src/backend/nodes/ag_nodes.c        |   2 +
 src/backend/nodes/cypher_outfuncs.c |  11 ++
 src/backend/parser/cypher_clause.c  | 257 +++++++++++++++++++++++++++++++++++-
 src/backend/parser/cypher_gram.y    | 120 +++++++++++++++--
 src/include/nodes/ag_nodes.h        |   2 +
 src/include/nodes/cypher_nodes.h    |  14 ++
 src/include/nodes/cypher_outfuncs.h |   4 +
 10 files changed, 701 insertions(+), 12 deletions(-)
 create mode 100644 regress/expected/cypher_call.out
 create mode 100644 regress/sql/cypher_call.sql