Logical plan rule to transform joins of GitRelations into a single GitRelation
that will use chainable iterators for better performance.
Logical plan rule to transform joins of GitRelations into a single GitRelation
that will use chainable iterators for better performance. Rather than obtaining all the
data from each table in isolation, it will reuse already filtered data from the previous
iterator.
Logical plan rule to transform joins of GitRelations into a single GitRelation that will use chainable iterators for better performance. Rather than obtaining all the data from each table in isolation, it will reuse already filtered data from the previous iterator.