MCPcopy
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
73class BoolOr(Aggregate):
74 function = "BOOL_OR"
75 output_field = BooleanField()
76
77
78class JSONBAgg(Aggregate):

Callers 4

test_empty_result_setMethod · 0.90
test_default_argumentMethod · 0.90
test_bool_or_generalMethod · 0.90
test_bool_or_q_objectMethod · 0.90

Calls 1

BooleanFieldClass · 0.90

Tested by 4

test_empty_result_setMethod · 0.72
test_default_argumentMethod · 0.72
test_bool_or_generalMethod · 0.72
test_bool_or_q_objectMethod · 0.72