clickhouse

package
v0.0.0-...-a186e49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetRow(userID, videoID uint32) (UserVideoTimesRow, error)
}

func Init

func Init(host, user, password string) Client

type UserVideoTimesRow

type UserVideoTimesRow struct {
	UserID         uint32
	EventTime      time.Time
	EventType      string //Enum8('watch' = 0, 'scroll' = 1),
	VideoID        uint32
	VideoTimestamp uint32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL