struct Clickhoused::Packets::Extremes

Defined in:

clickhoused/packets/extremes.cr

Instance methods inherited from struct Clickhoused::Packets::Block

columns : Array(Column) columns, columns=(columns : Array(Column)) columns=, encode(writer : Writer, revision : UInt64) encode, encode_block_info(writer : Writer) encode_block_info, encode_header(writer : Writer, revision : UInt64) encode_header, names : Array(String) names, names=(names : Array(String)) names=, packet : UInt8 | Nil packet, packet=(packet : UInt8 | Nil) packet=, rows rows, timezone : Time::Location | Nil timezone, timezone=(timezone : Time::Location | Nil) timezone=

Constructor methods inherited from struct Clickhoused::Packets::Block

new(names : Array(String) = [] of String, packet : UInt8 | Nil = nil, columns : Array(Clickhoused::Column) = [] of Column, timezone : Nil | Time::Location = nil) new

Class methods inherited from struct Clickhoused::Packets::Block

decode(reader : Reader, revision : UInt64, packet : UInt8, timezone : Time::Location) decode, decode_block_info(reader : Reader) decode_block_info

Instance methods inherited from struct Clickhoused::Packet

initialize initialize

Constructor methods inherited from struct Clickhoused::Packet

new new