pub unsafe extern "C" fn cass_aggregate_meta_field_by_name_n(
    aggregate_meta: *const CassAggregateMeta,
    name: *const c_char,
    name_length: usize
) -> *const CassValue
Expand description

Same as cass_aggregate_meta_field_by_name(), but with lengths for string parameters.

@cassandra{2.2+}

@public @memberof CassAggregateMeta

@param[in] aggregate_meta @param[in] name @param[in] name_length @return same as cass_aggregate_meta_field_by_name()

@see cass_aggregate_meta_field_by_name()