Struct cassandra_cpp::AggregateMeta [] [src]

pub struct AggregateMeta(_);

Metadata about a cassandra aggregate

Methods

impl AggregateMeta
[src]

An iterator over the fields of an aggregate

Gets the name of the aggregate.

Gets the full name of the 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 the initial condition value for the aggregate.

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

Trait Implementations

impl Debug for AggregateMeta
[src]

Formats the value using the given formatter.