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

Gets the return type of the aggregate.

@cassandra{2.2+}

@public @memberof CassAggregateMeta

@param[in] aggregate_meta @return The data type returned by the aggregate.