pub async fn create_schema(
table_ref: &TableReference,
schema: &SchemaRef,
table_create_options: &CreateOptions,
pool: &ClickHouseConnectionPool,
if_not_exists: bool,
) -> Result<()>Expand description
Create a table in the remote ClickHouse instance.
ยงErrors
- Returns an error if the
ClickHouseendpoint is unreachable - Returns an error if the
ClickHouseschema fails to be created