Commit 969e405
authored
redesign, refactor property filters (#2311)
* redesign, refactor property filters
* takes a reference
* rework validation
* fix arbitrary list, fix tests
* merge python traits, fix tests, add more validations
* rework gql filtering apis, fix tests
* add review suggestions
* Features/gql apis (#2350)
* impl nodes select filtering in gql
* change semantics of filters in gql, add missing filter apis in edges, fix all tests
* add more edge filter tests
* add filtering to path from node, add tests
* fix apply views
* rename filter-iter to select
* add select as args
* impl window filter (#2359)
* impl window filter
* impl window filter in python, add tests
* impl gql window filter, add tests
* ref
* impl review suggestions
* fixes
* fix py and gql
* add review suggestions1 parent c210fed commit 969e405
File tree
60 files changed
+6273
-5808
lines changed- python
- python/raphtory
- algorithms
- filter
- tests/test_base_install
- test_filters
- semantics
- test_graphdb
- test_graphql
- test_filters
- raphtory-api/src/core/entities/properties/prop
- raphtory-benchmark/benches
- raphtory-graphql
- src/model/graph
- raphtory/src
- db
- api
- storage/graph/storage_ops
- view
- graph
- views
- filter
- model
- python
- filter
- graph
- search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+6273
-5808
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
1376 | 1375 | | |
1377 | 1376 | | |
1378 | 1377 | | |
1379 | | - | |
1380 | | - | |
1381 | | - | |
1382 | | - | |
1383 | | - | |
1384 | | - | |
1385 | | - | |
1386 | | - | |
1387 | | - | |
1388 | | - | |
1389 | | - | |
1390 | 1378 | | |
1391 | 1379 | | |
1392 | 1380 | | |
| |||
1424 | 1412 | | |
1425 | 1413 | | |
1426 | 1414 | | |
1427 | | - | |
1428 | | - | |
1429 | | - | |
1430 | | - | |
1431 | | - | |
1432 | | - | |
1433 | | - | |
1434 | | - | |
1435 | | - | |
1436 | | - | |
1437 | | - | |
1438 | 1415 | | |
1439 | 1416 | | |
1440 | 1417 | | |
| |||
2209 | 2186 | | |
2210 | 2187 | | |
2211 | 2188 | | |
2212 | | - | |
2213 | 2189 | | |
2214 | 2190 | | |
2215 | 2191 | | |
| |||
6142 | 6118 | | |
6143 | 6119 | | |
6144 | 6120 | | |
6145 | | - | |
6146 | | - | |
6147 | | - | |
6148 | | - | |
6149 | | - | |
6150 | | - | |
6151 | | - | |
6152 | | - | |
6153 | | - | |
6154 | | - | |
6155 | | - | |
6156 | | - | |
6157 | | - | |
6158 | | - | |
6159 | | - | |
6160 | | - | |
6161 | | - | |
6162 | | - | |
6163 | | - | |
6164 | | - | |
6165 | | - | |
6166 | | - | |
6167 | | - | |
6168 | | - | |
6169 | | - | |
6170 | | - | |
6171 | | - | |
6172 | | - | |
6173 | | - | |
6174 | | - | |
6175 | | - | |
6176 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
894 | 893 | | |
895 | 894 | | |
896 | 895 | | |
897 | | - | |
898 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 56 | + | |
| 57 | + | |
89 | 58 | | |
90 | 59 | | |
91 | 60 | | |
| |||
119 | 88 | | |
120 | 89 | | |
121 | 90 | | |
| 91 | + | |
| 92 | + | |
122 | 93 | | |
123 | 94 | | |
124 | 95 | | |
| |||
160 | 131 | | |
161 | 132 | | |
162 | 133 | | |
| 134 | + | |
| 135 | + | |
163 | 136 | | |
164 | 137 | | |
165 | 138 | | |
166 | 139 | | |
167 | 140 | | |
168 | 141 | | |
| 142 | + | |
| 143 | + | |
169 | 144 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 145 | + | |
189 | 146 | | |
190 | 147 | | |
191 | 148 | | |
| |||
207 | 164 | | |
208 | 165 | | |
209 | 166 | | |
| 167 | + | |
| 168 | + | |
210 | 169 | | |
211 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
212 | 176 | | |
213 | 177 | | |
214 | 178 | | |
| 179 | + | |
| 180 | + | |
215 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments