Jaymin-adzmedia commented on issue #8820:
URL: https://github.com/apache/druid/issues/8820#issuecomment-621723322
Hello,
here is my query
`var queryRep = client.timeseries();
queryRep.dataSource(APP_REPORTING_DATA_SOURCE)
.granularity(reqGranularity)
//.limit(maxRecords)
// .descending(true)
.aggregation('count', 'rows');`
If I wanted to implement descending(true) it is getting error as below
`TypeError: queryRep.dataSource(...).granularity(...).descending is not a
function`
can you provide a solution for that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]