Class AggregateQuery
Take another query as a parameter to the FROM clause and only select the elements in the provided list.
Declaration
class AggregateQuery(
Query)
source linkDocumentation
Methods
▶ def __init__(self, model, inner_query) override