pub unsafe extern "C" fn cass_materialized_view_meta_field_by_name(
    view_meta: *const CassMaterializedViewMeta,
    name: *const c_char
) -> *const CassValue
Expand description

Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “views” metadata view.

@cassandra{3.0+}

@public @memberof CassMaterializedViewMeta

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