Skip to main content

Module table_creator

Module table_creator 

Source

Structsยง

TableDef ๐Ÿ”’

Enumsยง

QueryType

Functionsยง

build_by_sql_schema ๐Ÿ”’
simply build by schema, return first timestamp column and no primary key
build_by_tql_schema ๐Ÿ”’
Return first timestamp column found in output schema and all string columns
build_pk_from_aggr ๐Ÿ”’
Return first timestamp column which is in group by clause and other columns which are also in group by clause
create_table_with_expr ๐Ÿ”’