package types
import "github.com/ClickHouse/clickhouse-go/lib/types"
Index ¶
Variables ¶
Types ¶
type Date ¶
Truncate timezone
clickhouse.Date(time.Date(2017, 1, 1, 0, 0, 0, 0, time.Local)) -> time.Date(2017, 1, 1, 0, 0, 0, 0, time.UTC)
func (Date) Value ¶
type DateTime ¶
Truncate timezone
clickhouse.DateTime(time.Date(2017, 1, 1, 0, 0, 0, 0, time.Local)) -> time.Date(2017, 1, 1, 0, 0, 0, 0, time.UTC)
func (DateTime) Value ¶
type UUID ¶
type UUID string
this type will be deprecated because the ClickHouse server (>=1.1.54276) has a built-in type UUID
func (UUID) MarshalBinary ¶
func (*UUID) Scan ¶
func (UUID) Value ¶
Source Files ¶
- Version
- v1.5.4 (latest)
- Published
- Feb 8, 2022
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 2 hours ago –
Tools for package owners.