Skip to content

Commit

Permalink
aggregates have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Jan 1, 2025
1 parent bd3f944 commit 4fcb9d1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
{
"order_direction": "desc",
"target": {
"type": "star_count_aggregate",
"type": "aggregate",
"aggregate": {
"type": "star_count"
},
"path": [
{
"relationship": "ArtistAlbums",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
{
"order_direction": "desc",
"target": {
"type": "star_count_aggregate",
"type": "aggregate",
"aggregate": {
"type": "star_count"
},
"path": [
{
"relationship": "ArtistAlbums",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
"elements": [
{
"target": {
"type": "single_column_aggregate",
"column": "AlbumId",
"function": "count",
"type": "aggregate",
"aggregate": {
"type": "single_column",
"column": "AlbumId",
"function": "count"
},
"path": [
{
"relationship": "ArtistAlbum",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
{
"order_direction": "desc",
"target": {
"type": "star_count_aggregate",
"type": "aggregate",
"aggregate": {
"type": "star_count"
},
"path": [
{
"relationship": "ArtistAlbums",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
{
"order_direction": "desc",
"target": {
"type": "star_count_aggregate",
"type": "aggregate",
"aggregate": {
"type": "star_count"
},
"path": [
{
"relationship": "ArtistAlbums",
Expand Down

0 comments on commit 4fcb9d1

Please sign in to comment.