package
4.0.5
Repository: https://github.com/zikwall/clickhouse-buffer.git
Documentation: pkg.go.dev

# Functions

IsResendAvailable checks whether it is possible to resend undelivered messages to the Clickhouse database based on the error received from Clickhouse.
NewBatch creates new batch.
No description provided by the author
NewView return View.

# Structs

Batch holds information for sending rows batch.
No description provided by the author
View basic representation is some reflection of the entity (table) in Clickhouse database.

# Interfaces

Buffer it is the interface for creating a data buffer (temporary storage).
Clickhouse base interface, which is inherited by the top-level Client API and further by all its child Writer-s.
No description provided by the author
Vectorable interface is an assistant in the correct formation of the order of fields in the data before sending it to Clickhouse.

# Type aliases

Vector basic structure for writing to is nothing more than a slice of undefined interfaces.
VectorDecoded a type that is a string, but contains a binary data format.