class Clickhoused::Packets::Setting
- Clickhoused::Packets::Setting
- Reference
- Object
Defined in:
clickhoused/packets/query.crConstant Summary
-
SETTING_FLAG_CUSTOM =
2
-
SETTING_FLAG_IMPORTANT =
1
Constructors
Instance Method Summary
- #custom : Bool
- #custom=(custom : Bool)
- #encode(writer : Writer, revision : UInt64)
- #important : Bool
- #important=(important : Bool)
- #key : String
- #key=(key : String)
- #value : ValueType
- #value=(value : ValueType)
Constructor Detail
def self.new(key : String, value : BigInt | Bool | Float32 | Float64 | Int128 | Int16 | Int32 | Int8 | String | Time | UInt128 | UInt16 | UInt32 | UInt64 | UInt8 | Nil, important : Bool = false, custom : Bool = false)
#