Method: Libsql::Aggregate#finalize
- Defined in:
- lib/libsql/aggregate.rb
#finalize ⇒ Object
finalize should return the final value of the aggregate function
60 61 62 |
# File 'lib/libsql/aggregate.rb', line 60 def finalize raise NotImplementedError, "Aggregate#finalize must be implemented" end |