Preparing search index...
The search index is not available
biorate
biorate
clickhouse
ParsedColumnSimple
Interface ParsedColumnSimple
interface
ParsedColumnSimple
{
columnType
:
"Bool"
|
"UInt8"
|
"Int8"
|
"UInt16"
|
"Int16"
|
"UInt32"
|
"Int32"
|
"UInt64"
|
"Int64"
|
"UInt128"
|
"Int128"
|
"UInt256"
|
"Int256"
|
"Float32"
|
"Float64"
|
"String"
|
"UUID"
|
"Date"
|
"Date32"
|
"IPv4"
|
"IPv6"
;
sourceType
:
string
;
type
:
"Simple"
;
}
Index
Properties
column
Type
source
Type
type
Properties
column
Type
column
Type
:
"Bool"
|
"UInt8"
|
"Int8"
|
"UInt16"
|
"Int16"
|
"UInt32"
|
"Int32"
|
"UInt64"
|
"Int64"
|
"UInt128"
|
"Int128"
|
"UInt256"
|
"Int256"
|
"Float32"
|
"Float64"
|
"String"
|
"UUID"
|
"Date"
|
"Date32"
|
"IPv4"
|
"IPv6"
Without LowCardinality and Nullable. For example:
UInt8 -> UInt8
LowCardinality(Nullable(String)) -> String
source
Type
source
Type
:
string
The original type before parsing.
type
type
:
"Simple"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
column
Type
source
Type
type
biorate
Loading...
Without LowCardinality and Nullable. For example: