Function table_create

Source
pub async fn table_create(params: TableParams) -> Result<Uuid>
Expand description

Allocates a table with the given parameters and returns its ID.

When this function returns the table will be ready to use from this node, but not necessarily from all nodes.