Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultChunkSize int = 1000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// 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.