Skip to main content

get_data_table_table_schema

Function get_data_table_table_schema 

Source
pub async fn get_data_table_table_schema(
    configuration: &Configuration,
    workspace: &str,
    datatable_name: &str,
    schema_name: &str,
    table_name: &str,
) -> Result<DataTableTableSchema, Error<GetDataTableTableSchemaError>>