pub unsafe extern "C" fn cass_aggregate_meta_argument_count(
    aggregate_meta: *const CassAggregateMeta
) -> usize
Expand description

Gets the number of arguments this aggregate takes.

@cassandra{2.2+}

@public @memberof CassAggregateMeta

@param[in] aggregate_meta @return The number of arguments.