Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrTblNotExist = errors.Newf("table doesn't exist")
)
Functions ¶
This section is empty.
Types ¶
type ClickHouse ¶
type ClickHouse struct { Dims []*model.ColumnWithType IdxSerID int NameKey string // contains filtered or unexported fields }
ClickHouse is an output service consumers from kafka messages
func NewClickHouse ¶
func NewClickHouse(cfg *config.Config, taskCfg *config.TaskConfig) *ClickHouse
NewClickHouse new a clickhouse instance
func (*ClickHouse) ChangeSchema ¶
func (c *ClickHouse) ChangeSchema(newKeys *sync.Map) (err error)
Click to show internal directories.
Click to hide internal directories.