Brook.Storage.Postgres.Query.postgres_get_events

You're seeing just the function postgres_get_events, go back to Brook.Storage.Postgres.Query module for more information.
Link to this function

postgres_get_events(conn, events_table, collection, key, type \\ nil)

View Source

Specs

postgres_get_events(
  conn(),
  schema_table(),
  Brook.view_collection(),
  Brook.view_key(),
  Brook.event_type() | nil
) :: {:ok, [event()]} | {:error, Brook.reason()}