Struct cassandra_cpp::AggregateMeta [] [src]

pub struct AggregateMeta(_);

Metadata about a cassandra aggregate

Methods

impl AggregateMeta
[src]

Important traits for FieldIterator
[src]

An iterator over the fields of an aggregate

[src]

Gets the name of the aggregate.

[src]

Gets the full name of the aggregate.

[src]

Gets the number of arguments this aggregate takes.

[src]

Gets the aggregate's argument type for the provided index.

[src]

Gets the aggregate's argument return type.

[src]

Gets the aggregate's argument state type.

[src]

Gets the function metadata for the aggregate's state function.

[src]

Gets the function metadata for the aggregates's final function.

[src]

Gets the initial condition value for the aggregate.

[src]

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]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AggregateMeta

impl !Sync for AggregateMeta