public Field getFieldBackedByColumns(SortedSet<? extends Column> columns) {
   return fields.getFieldBackedByColumns(columns);
 }