/** @return all the encodings used in this column */
 public Set<Encoding> getEncodings() {
   return properties.getEncodings();
 }