Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add path extraction(#>, #>>)operators to agtype (#1224)
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
- Loading branch information