Skip to content

Commit

Permalink
Add checks for array functions to recognize and decode VPC (#1064) (#…
Browse files Browse the repository at this point in the history
…1490)

* Add checks for array functions to recognize and decode VPC

- Added for array functions size, head, last, isEmpty, reverse,
  agtype_in_operator and agtype_access_slice.

- Fixed a bug where object input to reverse would terminate the server
  instead of erroring out.

- Added regression tests.

* Fix issue with in operator tranformation

- We need to build a function call here if the rexpr is already
  tranformed. It can be already tranformed cypher_list as columnref.

Resolved -

Conflicts:
	src/backend/parser/cypher_expr.c

Co-authored-by: Muhammad Taha Naveed <[email protected]>
  • Loading branch information
jrgemignani and MuhammadTahaNaveed authored Jan 5, 2024
1 parent f094887 commit 7cc4c92
Show file tree
Hide file tree
Showing 5 changed files with 830 additions and 102 deletions.
Loading

0 comments on commit 7cc4c92

Please sign in to comment.