Method: OrientDB::SQL::BundledFunctionExtension#odb_avg
- Defined in:
- lib/orientdb/sql/ext.rb
#odb_avg ⇒ Object
Avoided overriding the native method
230 231 232 |
# File 'lib/orientdb/sql/ext.rb', line 230 def odb_avg "avg(#{to_s})" end |