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

Gets the initial condition value for the aggregate.

@cassandra{2.2+}

Note: The value of the initial condition will always be a “varchar” type for Cassandra 3.0+.

@public @memberof CassAggregateMeta

@param[in] aggregate_meta @return The value of the initial condition.