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

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

@cassandra{2.2+}

@public @memberof CassAggregateMeta

@param[in] aggregate_meta @return The function metadata for the final function.