Structsยง
Functionsยง
- columns_
to_ ๐expr - create_
external_ ๐expr - Convert
CreateTable
statement to [CreateTableExpr
] gRPC request. - Finds the inverted index columns from the constraints. If no inverted index columns are provided in the constraints, return
None
. - find_
primary_ ๐keys - 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. - Try to cast the
[CreateViewExpr]
statement into gRPC[CreateViewExpr]
. - Validate the [
CreateTableExpr
] request.