Function cassandra_cpp_sys::cass_aggregate_meta_full_name [] [src]

pub unsafe extern "C" fn cass_aggregate_meta_full_name(
    aggregate_meta: *const CassAggregateMeta,
    full_name: *mut *const c_char,
    full_name_length: *mut usize
)

Gets the full name of the aggregate. The full name includes the aggregate's name and the aggregate's signature: "name(type1 type2.. typeN)".

@cassandra{2.2+}

@public @memberof CassAggregateMeta

@param[in] aggregate_meta @param[out] full_name @param[out] full_name_length