class Clickhouse::Query

Defined in:

clickhouse/query.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Clickhouse::Client, query_str : String, query_opts : Hash(String, String) = OptionType.new) #

[View source]

Instance Method Detail

def execute! #

[View source]
def format : String #

[View source]
def format=(format : String) #

[View source]
def to_sql #

[View source]