Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend access(->, ->>), addition and subtraction operators (#1258)
Original work was done by Josh Innis for issue#282. The changes included in this PR are as follows: - Enable the use of access operator with agtype as the RHS operand, allowing this operator to be used within cypher queries - Extend addition operator to concatenate in case any or both operands are non-scalar or scalar vertex/edge/path - Extend subtract operator to delete specified keys from object or elements at specified indexes from array - Add and modify regression tests relevant to the above changes
- Loading branch information