Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVReader ¶
type CSVReader struct {
// contains filtered or unexported fields
}
func (CSVReader) ReadRecord ¶
ReadRecord returns a keyspaceId and a line from which it was extracted, with the keyspaceId stripped.
type KeyspaceCSVReader ¶
type KeyspaceCSVReader struct {
// contains filtered or unexported fields
}
func NewKeyspaceCSVReader ¶
func NewKeyspaceCSVReader(r io.Reader, delim byte, numberColumn bool) *KeyspaceCSVReader
func (KeyspaceCSVReader) ReadRecord ¶
func (r KeyspaceCSVReader) ReadRecord() (keyspaceId key.KeyspaceId, line []byte, err error)
ReadRecord returns a keyspaceId and a line from which it was extracted, with the keyspaceId stripped.
Click to show internal directories.
Click to hide internal directories.