Struct cassandra_cpp::ColumnMeta
source · [−]pub struct ColumnMeta(_);
Expand description
Column metadata
Implementations
pub fn field_iter(&mut self) -> FieldIteratorⓘNotable traits for FieldIteratorimpl Iterator for FieldIterator type Item = Field;
pub fn field_iter(&mut self) -> FieldIteratorⓘNotable traits for FieldIteratorimpl Iterator for FieldIterator type Item = Field;
Notable traits for FieldIterator
impl Iterator for FieldIterator type Item = Field;
returns an iterator over the fields of this column
Gets the type of the column.
Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “columns” metadata table.