/** @see railo.runtime.type.Collection#keys() */
 public Key[] keys() {
   return column.keys();
 }