class Clickhoused::Columns::UInt64Column
- Clickhoused::Columns::UInt64Column
- Clickhoused::Column
- Reference
- Object
Defined in:
clickhoused/columns/uint64_column.crConstructors
Instance Method Summary
- #decode(reader : Reader)
- #encode(writer : Writer)
- #values : Array(UInt64)
- #values=(values : Array(UInt64))
Instance methods inherited from class Clickhoused::Column
decode(reader : Reader)
decode,
encode(writer : Writer, revision : UInt64)encode(writer : Writer) encode, get(row : Int32) get, name : String name, rows : UInt64 rows, timezone : Time::Location timezone, type : String type
Constructor methods inherited from class Clickhoused::Column
new(name : String, type : String, timezone : Time::Location, rows : UInt64 = 0)
new
Class methods inherited from class Clickhoused::Column
for_type(type : String)
for_type
Constructor Detail
def self.new(name : String, type : String, timezone : Time::Location, rows : UInt64 = 0)
#