Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ BoolOr
Class
BoolOr
django/contrib/postgres/aggregates/general.py:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
class
BoolOr(Aggregate):
74
function =
"BOOL_OR"
75
output_field = BooleanField()
76
77
78
class
JSONBAgg(Aggregate):
Callers
4
test_empty_result_set
Method · 0.90
test_default_argument
Method · 0.90
test_bool_or_general
Method · 0.90
test_bool_or_q_object
Method · 0.90
Calls
1
BooleanField
Class · 0.90
Tested by
4
test_empty_result_set
Method · 0.72
test_default_argument
Method · 0.72
test_bool_or_general
Method · 0.72
test_bool_or_q_object
Method · 0.72