Versions in this module Expand all Collapse all v1 v1.0.0 Sep 20, 2019 Changes in this version + type CHLoad struct + func New(chConn chutils.CHConnector, gzipCompressionLevel config.GzipComprLevel) *CHLoad + func (c *CHLoad) Exec(query string) error + func (c *CHLoad) Flush(tableName config.ChTableName, columns []string) error + func (c *CHLoad) Query(query string) ([][]string, error) + func (c *CHLoad) Write(p []byte) (int, error) + func (c *CHLoad) WriteByte(p byte) error + type CHLoader interface + Exec func(string) error + Flush func(tableName config.ChTableName, columns []string) error + Query func(string) ([][]string, error)