Function is_metadata_column_name
Source pub fn is_metadata_column_name(column_name: &str) -> bool
Expand description
Checks if a column name is a metadata column.
§Arguments
column_name - The column name to check
§Returns
true if the column name is a metadata column, false otherwise