Function cassandra_cpp_sys::cass_keyspace_meta_table_by_name [] [src]

pub unsafe extern "C" fn cass_keyspace_meta_table_by_name(
    keyspace_meta: *const CassKeyspaceMeta,
    table: *const c_char
) -> *const CassTableMeta

Gets the table metadata for the provided table name.

@public @memberof CassKeyspaceMeta

@param[in] keyspace_meta @param[in] table

@return The metadata for a table. NULL if table does not exist.