Function get_metadata_field_id

Source
pub fn get_metadata_field_id(column_name: &str) -> Result<i32>
Expand description

Returns the field ID for a metadata column name.

§Arguments

  • column_name - The metadata column name

§Returns

The field ID of the metadata column, or an error if the column name is not recognized