Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IsValidColumnType = validation.StringInSlice([]string{ "BOOLEAN", "DATE", "DOUBLE", "FLOAT", "INT8", "INT16", "INT32", "INT64", "JSON", "STRING", "TIMESTAMP", "CLICKHOUSE", }, false)
View Source
var IsValidOperator = validation.StringInSlice([]string{ "EQUALS", "NOT_EQUALS", "GREATER_THAN", "GREATER_THAN_OR_EQUAL_TO", "LESS_THAN", "LESS_THAN_OR_EQUAL_TO", "IS_NULL", "IS_NOT_NULL", }, false)
Functions ¶
func GetUserAgent ¶
GetUserAgent augments the default user agent with provider details
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.