Utilities¶
Utility functions for creating, managing, and querying database objects.
Create New Relations¶
|
Creates a new schema. |
|
Creates a new table using the input columns' names and data types. |
Ingest Data¶
|
Inserts the dataset into an existing VAST table. |
See other parsers at Parsers.
Drop Data¶
|
Drops the input relation. |
Database Information¶
Returns the current DB session. |
|
|
Returns the current DB username. |
|
Checks if the specified table exists. |
|
Checks if the user has all the privileges on the object_schema.object_name object. |
Table Information¶
|
Returns customized relation columns and the respective data types. |
|
Takes as input the Trino type information and returns its corresponding data type string. |