Versions in this module Expand all Collapse all v1 v1.7.9 Oct 27, 2019 Changes in this version + const DefaultChunkSize + type Reader struct + func NewReader(path string, stats *stats.Stats, chunkSize int) *Reader + func (r *Reader) Close() error + func (r *Reader) Next() bool + func (r *Reader) Open() error + func (r *Reader) Read() (string, []tsm1.Value, error)