pub fn read_operator_class(row: &Row<'_>, idx: usize) -> Result<Option<char>>
Read an operator_class column (stored as INTEGER) and return as `Option.
Returns None if the value is NULL or unrecognized.