class Cmds::ClickhouseCmd

Included Modules

Defined in:

cli/cmds/clickhouse.cr

Constant Summary

NAME = "clickhouse"

Class Method Summary

Instance Method Summary

Instance methods inherited from class Cmds::Cmd

config : Facebook::Config config, config=(v : Facebook::Config) : Facebook::Config
config=(v : Nil)
config=
, config? : Facebook::Config | Nil config?

Class Method Detail

def self.cmd_name #

def self.pretty_usage(prefix : String = "", delimiter : String = " ") #

Instance Method Detail

def args_exp : Array(String) #

def args_got : Array(String) #

def args_hint : String #

def db : String #

def db=(v : String) : String #

def db=(v : Nil) #

nil assignments are always ignored


def db? : String | Nil #

def host : String #

def host=(v : String) : String #

def host=(v : Nil) #

nil assignments are always ignored


def host? : String | Nil #

def port : Int32 #

def port=(v : Int32) : Int32 #

def port=(v : Nil) #

nil assignments are always ignored


def port? : Int32 | Nil #

def target_date : Time #

def target_date=(v : Time) : Time #

def target_date=(v : Nil) #

nil assignments are always ignored


def target_date? : Time | Nil #

def task__execute #

[View source]
def task__import #

[View source]
def task__replace #

[View source]
def task__schema #

[View source]
def task__schema__merge #

[View source]
def task__schema__tmp #

[View source]