pub async fn table_exists(
configuration: &Configuration,
id: &str,
table_exists_request: TableExistsRequest,
delimiter: Option<&str>,
) -> Result<(), Error<TableExistsError>>Expand description
Check if table id exists. This operation should behave exactly like DescribeTable, except it does not contain a response body. For DirectoryNamespace implementation, a table exists if either: - The table has Lance data versions (regular table created with CreateTable) - A .lance-reserved file exists in the table directory (empty table created with CreateEmptyTable)