Method: OrientDB::SQL::BundledFunctionExtension#odb_sum

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

#odb_sumObject

Avoided overriding the native method



235
236
237
# File 'lib/orientdb/sql/ext.rb', line 235

def odb_sum
  "sum(#{to_s})"
end