Method: OrientDB::SQL::BundledFunctionExtension#odb_max

Defined in:
lib/orientdb/sql/ext.rb

#odb_maxObject

Avoided overriding the native method



225
226
227
# File 'lib/orientdb/sql/ext.rb', line 225

def odb_max
  "max(#{to_s})"
end