The columns Module

noop(x)[source]
class Column(table_name: str, column_block: Dict, mode, describe_column_type: Callable)[source]
column_mapping = None
is_in_mapping()[source]
is_transformed()[source]
classmethod expand_macro1(block: Dict) Optional[List[Dict]][source]
expand_macro2()[source]
describe_txt() str[source]
describe(format: str) str[source]
describe_html() str[source]
describe_node() str[source]
describe_markdown() str[source]
html(of: str, svg=None)[source]
column_toctree(targets: List[str]) str[source]
markdown(of: str, svg=None)[source]
to_dot(node_id=None, node_label=None, attributes=None)[source]
parse_expr(exp: str)[source]
find_all_names(element)[source]
class CMSColumn(table_name: str, column_block: Dict, mode, describe_column_type: Callable)[source]
classmethod init_column_mapping()[source]