clickhouseclient

package
v1.124.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exec

func Exec(ctx context.Context, creds_func []func(c *Creds), prg *Program) (e *controlflow.Event)

Types

type Creds

type Creds struct {
	Urls        []string
	Port        string
	Database    string
	User        string
	Password    string
	MaxExecTime time.Duration
}

type Program

type Program string

func SQL

func SQL(prgText string, replacerF func(s string) string) *Program

type Statistics

type Statistics struct {
	Status  string
	Elapsed string
	Read    struct {
		Rows      string
		Bytes     string
		RowsRate  string
		BytesRate string
	}
	Write struct {
		Rows      string
		Bytes     string
		RowsRate  string
		BytesRate string
	}
	// contains filtered or unexported fields
}

func (*Statistics) Humanize

func (s *Statistics) Humanize()

func (*Statistics) JSON

func (s *Statistics) JSON() string

Jump to

Keyboard shortcuts

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