class SQLite3::Database::FunctionProxy

def []( key )

available to aggregate functions.
Returns the value with the given key from the context. This is only
def []( key )
  @context[ key ]
end