Documentation
¶
Overview ¶
Package monthly loads a single quarter of monthly data into ClickHouse
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TableDef *chutils.TableDef
TableDef is TableDef for the monthly table. It is exported as other packages (e.g. joined) may need fields from it (e.g. Description)
Functions ¶
func LoadRaw ¶
func LoadRaw(sourceFile string, table string, create bool, nConcur int, con *chutils.Connect) (err error)
LoadRaw loads the raw monthly series from sourceFile into "table". The table is created/reset if create=true. The file is loaded using nConcur concurrent processes. con is the ClickHouse connector.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.