pub struct TableMeta(_);
Expand description

Table metadata

Implementations

returns an iterator over the fields of this table

An iterator over the columns in this table

Gets the column metadata for the provided column name.

Gets the name of the table.

Gets the total number of columns for the table.

Gets the column metadata for the provided index.

Gets the number of columns for the table’s partition key.

Gets the partition key column metadata for the provided index.

Gets the number of columns for the table’s clustering key

Gets the clustering key column metadata for the provided index.

Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “tables” metadata table.

Gets the total number of materialized views for the table.

Gets the materialized view metadata for the provided index.

Gets the materialized view metadata for the provided name.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.