Method: Libsql::Aggregate#finalize

Defined in:
lib/libsql/aggregate.rb

#finalizeObject

finalize should return the final value of the aggregate function

Raises:

  • (NotImplementedError)


60
61
62
# File 'lib/libsql/aggregate.rb', line 60

def finalize
  raise NotImplementedError, "Aggregate#finalize must be implemented"
end