package ext

import "github.com/ClickHouse/clickhouse-go/v2/ext"

Index

Functions

func Column

func Column(name string, ct column.Type) func(t *Table) error

Types

type Table

type Table struct {
	// contains filtered or unexported fields
}

func NewTable

func NewTable(name string, columns ...func(t *Table) error) (*Table, error)

func (*Table) Append

func (tbl *Table) Append(v ...any) error

func (*Table) Block

func (tbl *Table) Block() *proto.Block

func (*Table) Name

func (tbl *Table) Name() string

func (*Table) Structure

func (tbl *Table) Structure() string

Source Files

ext.go

Version
v2.34.0 (latest)
Published
Apr 1, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
now

Tools for package owners.