struct Clickhoused::Packets::ProfileInfo
Defined in:
clickhoused/packets/profile_info.crConstructors
Class Method Summary
Instance Method Summary
- #applied_limit : Bool
- #applied_limit=(applied_limit : Bool)
- #blocks : UInt64
- #blocks=(blocks : UInt64)
- #bytes : UInt64
- #bytes=(bytes : UInt64)
- #calculated_rows_before_limit : Bool
- #calculated_rows_before_limit=(calculated_rows_before_limit : Bool)
- #rows : UInt64
- #rows=(rows : UInt64)
- #rows_before_limit : UInt64
- #rows_before_limit=(rows_before_limit : UInt64)
Instance methods inherited from struct Clickhoused::Packet
initialize
initialize
Constructor methods inherited from struct Clickhoused::Packet
new
new
Constructor Detail
def self.new(rows : UInt64, blocks : UInt64, bytes : UInt64, applied_limit : Bool, rows_before_limit : UInt64, calculated_rows_before_limit : Bool)
#