MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / visit_max

Method visit_max

test/sql/test_functions.py:161–162  ·  view source on GitHub ↗
(element, compiler, **kw)

Source from the content-addressed store, hash-verified

159
160 @compiles(max_)
161 def visit_max(element, compiler, **kw):
162 return "max(%s)" % compiler.process(element.clauses, **kw)
163
164 self.assert_compile(
165 select(max_(5, 6)).set_label_style(LABEL_STYLE_TABLENAME_PLUS_COL),

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected