Documentation ¶
Overview ¶
Package b1 reads data from b1 shards.
Index ¶
Constants ¶
View Source
const DefaultChunkSize int = 1000
DefaultChunkSize is the size of chunks read from the b1 shard
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.