Method: OrientDB::SQL::BundledFunctionExtension#odb_sum
- Defined in:
- lib/orientdb/sql/ext.rb
#odb_sum ⇒ Object
Avoided overriding the native method
235 236 237 |
# File 'lib/orientdb/sql/ext.rb', line 235 def odb_sum "sum(#{to_s})" end |