Skip to content

Commit

Permalink
comparison target columns have been simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Jan 1, 2025
1 parent 4fcb9d1 commit 445cbba
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@
"operator": "_eq",
"value": {
"type": "column",
"column": {
"type": "column",
"name": "AlbumId",
"path": []
}
"name": "AlbumId",
"path": []
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,28 +79,25 @@
"operator": "_gt",
"value": {
"type": "column",
"column": {
"type": "column",
"name": "ArtistId",
"path": [
{
"relationship": "TrackToAlbum",
"arguments": {},
"predicate": {
"type": "and",
"expressions": []
}
},
{
"relationship": "AlbumToArtist",
"arguments": {},
"predicate": {
"type": "and",
"expressions": []
}
"name": "ArtistId",
"path": [
{
"relationship": "TrackToAlbum",
"arguments": {},
"predicate": {
"type": "and",
"expressions": []
}
]
}
},
{
"relationship": "AlbumToArtist",
"arguments": {},
"predicate": {
"type": "and",
"expressions": []
}
}
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
"operator": "_in",
"value": {
"type": "column",
"column": {
"type": "column",
"name": "series",
"path": []
}
"name": "series",
"path": []
}
}
},
Expand Down

0 comments on commit 445cbba

Please sign in to comment.