pub unsafe extern "C" fn cass_table_meta_field_by_name(
    table_meta: *const CassTableMeta,
    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 “tables” metadata table.

@public @memberof CassTableMeta

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