Iterator that will return rows of blobs in a repository.
Iterator that can have a previous iterator to output chained values.
Iterator that calls a cleanup function after the given iterator has finished or an exception has been thrown.
Iterator that calls a cleanup function after the given iterator has finished or an exception has been thrown.
type of the rows in the iterator
Iterator that will return rows of commits in a repository.
Iterator that will return rows of commits in a repository.
Iterator that will return rows of tree entries in a repository from metadata.
Iterator that will return rows of tree entries in a repository from metadata. Even if the iterator that is loaded is only of TreeEntry, mapColumns returns a RawRow with all other fields from repositories, references and commits tables.
Iterator that will return references with their commit and the commit index in the reference.
Iterator that will return rows of references in a repository.
Iterator that will return rows of repositories in a repository.
Iterator that can have a previous iterator to output chained values.
type of data returned by the internal iterator