pub unsafe extern "C" fn cass_keyspace_meta_field_by_name(
    keyspace_meta: *const CassKeyspaceMeta,
    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 “keyspaces” metadata table.

@public @memberof CassKeyspaceMeta

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