enum ClickHouse::Field::Types

Overview

https://clickhouse-docs.readthedocs.io/en/latest/data_types/

Defined in:

ext/clickhouse/field.cr

Enum Members

Boolean = 0

Array(T)

Date = 1
DateTime = 2
Float32 = 3

Enum FixedString(N)

Float64 = 4
UInt8 = 5
UInt16 = 6
UInt32 = 7
UInt64 = 8
Int8 = 9
Int16 = 10
Int32 = 11
Int64 = 12
String = 13

Int ranges Uint ranges

Instance Method Summary

Instance Method Detail

def boolean? #

[View source]
def date? #

[View source]
def date_time? #

[View source]
def float32? #

[View source]
def float64? #

[View source]
def int16? #

[View source]
def int32? #

[View source]
def int64? #

[View source]
def int8? #

[View source]
def string? #

[View source]
def u_int16? #

[View source]
def u_int32? #

[View source]
def u_int64? #

[View source]
def u_int8? #

[View source]