class SQLite3::Database::FunctionProxy

def []=(key, value)

available to aggregate functions.
Sets the value with the given key in the context. This is only
def []=(key, value)
  ensure_aggregate!
  @context[key] = value
end