Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ Max
Class
Max
django/db/models/aggregates.py:328–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
327
328
class
Max(Aggregate):
329
function =
"MAX"
330
name =
"Max"
331
arity = 1
332
333
334
class
Min(Aggregate):
Callers
15
_save_table
Method · 0.90
_handle_order_with_respect_to
Method · 0.90
test_orders_nulls_first_on_filtered_subquery
Method · 0.90
test_trunc_subquery_with_parameters
Method · 0.90
test_exact_query_rhs_with_selected_columns
Method · 0.90
test_col_alias_quoted
Method · 0.90
test_max_pk
Method · 0.90
test_first_from_unordered_queryset_aggregation_pk_selected
Method · 0.90
test_first_from_unordered_queryset_aggregation_pk_selected_separately
Method · 0.90
test_first_from_unordered_queryset_aggregation_pk_incomplete
Method · 0.90
test_object_create_with_aggregate
Method · 0.90
test_object_create_with_f_expression_in_subquery
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_orders_nulls_first_on_filtered_subquery
Method · 0.72
test_trunc_subquery_with_parameters
Method · 0.72
test_exact_query_rhs_with_selected_columns
Method · 0.72
test_col_alias_quoted
Method · 0.72
test_max_pk
Method · 0.72
test_first_from_unordered_queryset_aggregation_pk_selected
Method · 0.72
test_first_from_unordered_queryset_aggregation_pk_selected_separately
Method · 0.72
test_first_from_unordered_queryset_aggregation_pk_incomplete
Method · 0.72
test_object_create_with_aggregate
Method · 0.72
test_object_create_with_f_expression_in_subquery
Method · 0.72
test_aggregates
Method · 0.72
test_filtered_aggregates
Method · 0.72