Struct cassandra_cpp::AggregateMeta
source · [−]pub struct AggregateMeta(_);
Expand description
Metadata about a cassandra aggregate
Implementations
pub fn fields_iter(&self) -> FieldIteratorⓘNotable traits for FieldIteratorimpl Iterator for FieldIterator type Item = Field;
pub fn fields_iter(&self) -> FieldIteratorⓘNotable traits for FieldIteratorimpl Iterator for FieldIterator type Item = Field;
Notable traits for FieldIterator
impl Iterator for FieldIterator type Item = Field;
An iterator over the fields of an aggregate
Gets the number of arguments this aggregate takes.
Gets the aggregate’s argument type for the provided index.
Gets the aggregate’s argument return type.
Gets the aggregate’s argument state type.
Gets the function metadata for the aggregate’s state function.
Gets the function metadata for the aggregates’s final function.
Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “aggregates” metadata table.