You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm new to Plywood framework. I'm using it to query a Druid database.
Suppose I want to count how many clicks certain link had from day 2019-10-1 until 2019-10-07 but some days don't have any data to show. How could I fill those missing days? I initially thought the operator.timeRange() would achieve that, but I guess I was wrong.
Hi! I'm new to Plywood framework. I'm using it to query a Druid database.
Suppose I want to count how many clicks certain link had from day 2019-10-1 until 2019-10-07 but some days don't have any data to show. How could I fill those missing days? I initially thought the operator.timeRange() would achieve that, but I guess I was wrong.
Any help is appreciated. Thanks in advance.
Edit: as I can see zero-filling is done by Druid, but I can't get those values returned from Plywood.
The text was updated successfully, but these errors were encountered: