pub unsafe extern "C" fn cass_index_meta_field_by_name(
    index_meta: *const CassIndexMeta,
    name: *const c_char
) -> *const CassValue
Expand description

Gets a metadata field for the provided name. Metadata fields allow direct access to the index data found in the underlying “indexes” metadata table.

@public @memberof CassIndexMeta

@param[in] index_meta @param[in] name @return A metadata field value. NULL if the field does not exist.