Module expr_helper

Source

Functionsยง

column_schemas_to_defs
columns_to_column_schemas ๐Ÿ”’
columns_to_expr ๐Ÿ”’
create_external_expr ๐Ÿ”’
create_table_expr_by_column_schemas
create_to_expr
Convert CreateTable statement to [CreateTableExpr] gRPC request.
extract_add_columns_expr ๐Ÿ”’
find_primary_keys ๐Ÿ”’
find_time_index
is_date_time_type ๐Ÿ”’
is_interval_type ๐Ÿ”’
sanitize_flow_name ๐Ÿ”’
sanitize the flow name, remove possible quotes
to_alter_database_expr
Try to cast the [AlterDatabase] statement into gRPC [AlterDatabaseExpr].
to_alter_table_expr ๐Ÿ”’
Converts a SQL alter table statement into a gRPC alter table expression.
to_create_flow_task_expr
to_create_view_expr
Try to cast the [CreateViewExpr] statement into gRPC [CreateViewExpr].
validate_add_columns_expr ๐Ÿ”’
validate_create_expr
Validate the [CreateTableExpr] request.