ReportQuery#
- class eclypse.report.query.ReportQuery[source]#
Bases:
objectComposable query builder for report frames.
Methods
__init__(report, report_type)Create a query builder bound to a report type.
range(start, stop)Set the inclusive event range.
step(step)Set the report step.
to_frame()Materialise the current query into a backend frame.
where(**filters)Add equality or membership filters.
- range(start, stop)[source]#
Set the inclusive event range.
- Parameters:
start (int)
stop (int)
- Return type: