pub struct AggregateMeta(_);
Expand description

Metadata about a cassandra aggregate

Implementations§

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§

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.