Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InvalidUUIDFormatError = errors.New("invalid UUID format")
Functions ¶
This section is empty.
Types ¶
type Date ¶ added in v1.3.5
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)
type DateTime ¶ added in v1.3.5
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)
type UUID ¶ added in v1.3.5
type UUID string
this type will be deprecated because the ClickHouse server (>=1.1.54276) has a built-in type UUID
func (UUID) MarshalBinary ¶ added in v1.3.5
Click to show internal directories.
Click to hide internal directories.