zulip/analytics/lib
Rishi Gupta b18bfe6771 analytics: Standardize format of zerver count queries.
count_message_type_by_user_query is in a different format (no WHERE clause)
from the rest since I'm having a hard time reasoning about how that would
interact with the LEFT JOIN, especially given that there are %(join_args)s.
2017-03-14 16:59:54 -07:00
..
__init__.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
counts.py analytics: Standardize format of zerver count queries. 2017-03-14 16:59:54 -07:00
fixtures.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
time_utils.py analytics: Change time_range to not include current day/hour. 2017-02-02 10:59:52 -08:00