Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BulkUpload ¶
type BulkUpload struct {
// contains filtered or unexported fields
}
func New ¶
func New(chConn chutils.CHConnector, gzipBufSize int, comprLevel config.GzipComprLevel) *BulkUpload
func (*BulkUpload) BulkUpload ¶
func (c *BulkUpload) BulkUpload(tableName config.ChTableName, columns []string) error
func (*BulkUpload) Finish ¶
func (c *BulkUpload) Finish() error
func (*BulkUpload) WriteByte ¶
func (c *BulkUpload) WriteByte(p byte) error
type BulkUploader ¶
Click to show internal directories.
Click to hide internal directories.