MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / default_greatest

Method default_greatest

test/ext/test_compiler.py:366–367  ·  view source on GitHub ↗
(element, compiler, **kw)

Source from the content-addressed store, hash-verified

364
365 @compiles(greatest)
366 def default_greatest(element, compiler, **kw):
367 return compiler.visit_function(element)
368
369 @compiles(greatest, "mssql")
370 def case_greatest(element, compiler, **kw):

Callers

nothing calls this directly

Calls 1

visit_functionMethod · 0.45

Tested by

no test coverage detected