Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultChunkSize = 1000
Variables ¶
View Source
var NoFieldsFiltered uint64
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct { ChunkSize int // contains filtered or unexported fields }
Reader is used to read all data from a b1 shard.
func (*Reader) Next ¶
Next returns whether any data remains to be read. It must be called before the next call to Read().
Click to show internal directories.
Click to hide internal directories.