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
As requested in this issue, added code implementation for counting the total number of documents in the timeseries databases.
This PR along with the issue mentioned above, under e-mission/e-mission-server contains detailed information acquired during the implementation process.
The functionfind_entries_count()can be accessed via the abstracted interface for timeseries using abstract_timeseries.
It takes in these parameters: key_list, time_query, geo_query, extra_query_list.
It supports both single and multiple keys passed as a list.
As requested in this issue, added code implementation for counting the total number of documents in the timeseries databases.
This PR along with the issue mentioned above, under e-mission/e-mission-server contains detailed information acquired during the implementation process.
The function
find_entries_count()
can be accessed via the abstracted interface for timeseries usingabstract_timeseries
.It takes in these parameters:
key_list, time_query, geo_query, extra_query_list
.It supports both single and multiple keys passed as a list.
For sample usage and test cases, please refer to TestTimeseries.testFindEntriesCount
The text was updated successfully, but these errors were encountered: