Versions in this module Expand all Collapse all v0 v0.3.0 Sep 27, 2022 Changes in this version + type SheetsIterator struct + func NewSheetsIterator(ctx context.Context, tp position.SheetPosition, args sheets.BatchReaderArgs) (*SheetsIterator, error) + func (c *SheetsIterator) HasNext() bool + func (c *SheetsIterator) Next(ctx context.Context) (sdk.Record, error) + func (c *SheetsIterator) Stop(ctx context.Context)