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 )
  @context[ key ] = value
end