Documentation ¶
Index ¶
- Constants
- func ExpectToken(reader io.Reader, token int16) (int16, error)
- func ReadError(reader io.Reader) (string, error)
- func ReadRow(reader io.Reader, schema types.Schema) (types.Row, error)
- func ReadSchema(reader io.Reader) (types.Schema, error)
- func WriteDone() []byte
- func WriteError(err error) []byte
- func WriteRow(row types.Row, schema types.Schema) ([]byte, error)
- func WriteSchema(schema types.Schema) ([]byte, error)
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func WriteError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.