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.