struct Clickhoused::QueryOptions
- Clickhoused::QueryOptions
- Struct
- Value
- Object
Defined in:
clickhoused/query_options.crConstructors
Instance Method Summary
- #external : Array(Table)
- #external=(external : Array(Table))
- #parameters : Array(Parameter)
- #parameters=(parameters : Array(Parameter))
- #query_id : String
- #query_id=(query_id : String)
- #user_location : Time::Location | Nil
- #user_location=(user_location : Time::Location | Nil)
Constructor Detail
def self.new(query_id : String = "", external : Array(Clickhoused::Table) = [] of Table, user_location : Time::Location | Nil = nil, parameters : Array(Parameter) = [] of Parameter)
#