Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanRowIter ¶
type ChanRowIter struct {
// contains filtered or unexported fields
}
func NewChanRowIter ¶
func NewChanRowIter(src IntRangeSource, gte, lt int) *ChanRowIter
func NewChanRowIterRanges ¶
func NewChanRowIterRanges(src IntRangeSource, rs []Range) *ChanRowIter
func (*ChanRowIter) Close ¶
func (it *ChanRowIter) Close() error
func (*ChanRowIter) Next ¶
func (it *ChanRowIter) Next() (Row, error)
type IntRangeSource ¶
type SliceRowIter ¶
type SliceRowIter struct {
// contains filtered or unexported fields
}
func NewSliceRowIter ¶
func NewSliceRowIter(src IntRangeSource, gte, lt int) *SliceRowIter
func NewSliceRowIterRanges ¶
func NewSliceRowIterRanges(src IntRangeSource, rs []Range) *SliceRowIter
func (*SliceRowIter) Close ¶
func (it *SliceRowIter) Close() error
func (*SliceRowIter) Next ¶
func (it *SliceRowIter) Next() (Row, error)
type WrapPullChanRowIter ¶
type WrapPullChanRowIter struct {
// contains filtered or unexported fields
}
func NewWrapPullChanIter ¶
func NewWrapPullChanIter(src IntRangeSource, gte, lt int) *WrapPullChanRowIter
func NewWrapPullChanIterRanges ¶
func NewWrapPullChanIterRanges(src IntRangeSource, rs []Range) *WrapPullChanRowIter
func (*WrapPullChanRowIter) Close ¶
func (it *WrapPullChanRowIter) Close() error
func (*WrapPullChanRowIter) Next ¶
func (it *WrapPullChanRowIter) Next() (Row, error)
type WrapPullSliceRowIter ¶
type WrapPullSliceRowIter struct {
// contains filtered or unexported fields
}
func NewWrapPullSliceIter ¶
func NewWrapPullSliceIter(src IntRangeSource, gte, lt int) *WrapPullSliceRowIter
func NewWrapPullSliceIterRanges ¶
func NewWrapPullSliceIterRanges(src IntRangeSource, rs []Range) *WrapPullSliceRowIter
func (*WrapPullSliceRowIter) Close ¶
func (it *WrapPullSliceRowIter) Close() error
func (*WrapPullSliceRowIter) Next ¶
func (it *WrapPullSliceRowIter) Next() (Row, error)
Click to show internal directories.
Click to hide internal directories.