Pass NibbleIterator obj to callbacks.

This commit is contained in:
Daniel Nichter
2011-09-20 10:05:37 -06:00
parent a19dd0b16c
commit be9337a202

View File

@@ -207,6 +207,7 @@ sub next {
ub => $self->{ub},
nibbleno => $self->{nibbleno},
explain_sth => $self->{explain_sth},
NibbleIterator => $self,
);
}
else {
@@ -236,6 +237,7 @@ sub next {
tbl => $self->{tbl},
nibbleno => $self->{nibbleno},
explain_sth => $self->{explain_sth},
NibbleIterator => $self,
);
}
$self->{rowno} = 0;