Documentation
¶
Index ¶
Constants ¶
View Source
const ( RowBinary format = 0 RowBinaryWithNames format = 1 RowBinaryWithNamesAndTypes format = 2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*options)
func Binary ¶
output_format_binary_encode_types_in_binary_format=true input_format_binary_decode_types_in_binary_format=true https://clickhouse.com/docs/interfaces/formats/RowBinary
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) ReadHeader ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) WriteHeader ¶
func (*Writer) WriteValues ¶
Click to show internal directories.
Click to hide internal directories.