Commit 2f518bd
committed
Extend agtype containment operators (@>, <@) (apache#1285)
This PR is part of the patch originally authored by Josh Innis
for issue # 282. The work included in this PR is as follows:
- Enable the usage of left and right containment operators inside
the cypher queries
- Extend this operator to be used with scalars
- Add relevant regression tests1 parent fb10c9e commit 2f518bd
10 files changed
Lines changed: 824 additions & 47 deletions
File tree
- regress
- expected
- sql
- src
- backend
- parser
- utils/adt
- include/parser
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3136 | 3136 | | |
3137 | 3137 | | |
3138 | 3138 | | |
3139 | | - | |
| 3139 | + | |
| 3140 | + | |
3140 | 3141 | | |
3141 | 3142 | | |
3142 | 3143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3057 | 3057 | | |
3058 | 3058 | | |
3059 | 3059 | | |
3060 | | - | |
3061 | | - | |
3062 | | - | |
3063 | | - | |
3064 | | - | |
3065 | | - | |
3066 | | - | |
3067 | | - | |
3068 | | - | |
3069 | | - | |
3070 | | - | |
3071 | | - | |
3072 | | - | |
3073 | | - | |
3074 | | - | |
3075 | | - | |
3076 | | - | |
3077 | | - | |
3078 | | - | |
3079 | | - | |
3080 | | - | |
3081 | | - | |
3082 | | - | |
3083 | | - | |
3084 | 3060 | | |
3085 | 3061 | | |
3086 | 3062 | | |
| |||
0 commit comments