Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateReaders ¶
Types ¶
type FieldReader ¶
type FieldReader struct {
// contains filtered or unexported fields
}
func NewFieldReader ¶
func NewFieldReader(reader io.Reader, field *schemapb.FieldSchema) (*FieldReader, error)
func (*FieldReader) Close ¶
func (c *FieldReader) Close()
func (*FieldReader) ReadString ¶
func (c *FieldReader) ReadString(count int64) ([]string, error)
Click to show internal directories.
Click to hide internal directories.