class Clickhoused::Reader

Defined in:

clickhoused/reader.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def read_bigint #

[View source]
def read_byte : UInt8 | Nil #

[View source]
def read_fixed128 #

[View source]
def read_fixed16 #

[View source]
def read_fixed256 #

[View source]
def read_fixed8 #

[View source]
def read_sfixed128 #

[View source]
def read_sfixed16 #

[View source]
def read_sfixed256 #

[View source]
def read_sfixed8 #

[View source]

Macro Detail

macro method_missing(call) #

[View source]