Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add path extraction(#>, #>>)operators to agtype #1241

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

Zainab-Saad
Copy link
Contributor

This PR is a part of a patch originally authored by Josh Innis for #282 . The tasks done here are:

  • Implemented the path extraction operators (#>, #>>) for agtype, similar to the one in postgres where this operator works with jsonb operands
  • Allowed using these operators inside cypher queries
  • Added regression tests

Original work was done by Josh Innis for issue#282.

The changes included in this PR are as follows:

- Implement the path extraction operators for agtype, similar
  to the one in postgres where this operator works with jsonb operands
- Allow using these operators inside cypher queries
- Added regression tests
@github-actions github-actions bot added the PG14 PostgreSQL14 label Sep 21, 2023
@rafsun42 rafsun42 merged commit 77ed506 into apache:PG14 Sep 22, 2023
@Zainab-Saad Zainab-Saad deleted the ft/PG14/jsonb_path_ext_op branch February 8, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG14 PostgreSQL14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants