Move Size handling out of Base
This commit is contained in:
parent
525230206a
commit
ee6d4c8db7
5 changed files with 17 additions and 5 deletions
|
|
@ -212,3 +212,7 @@ func (it *Comparison) Optimize() (graph.Iterator, bool) {
|
|||
func (it *Comparison) Stats() graph.IteratorStats {
|
||||
return it.subIt.Stats()
|
||||
}
|
||||
|
||||
func (it *Base) Size() (int64, bool) {
|
||||
return 0, true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue