final columns that must be in the resultant row
repository to get the data from
previous iterator, if the iterator is chained
filters for the iterator
Raw values of the row.
Raw values of the row.
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
Returns the internal iterator that will return the data used to construct the final row.
Returns the internal iterator that will return the data used to construct the final row.
filters for the iterator
internal iterator
Given the object returned by the internal iterator, this method must transform that object into a RawRow.
Given the object returned by the internal iterator, this method must transform that object into a RawRow.
object returned by the internal iterator
raw row
Iterator that will return rows of commits in a repository.