Method: OrientDB::SQL::BundledFunctionExtension#odb_min

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

#odb_minObject

Avoided overriding the native method



220
221
222
# File 'lib/orientdb/sql/ext.rb', line 220

def odb_min
  "min(#{to_s})"
end