Class EvaluatorUtil


  • public class EvaluatorUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object decode​(java.lang.Object object)  
      static java.util.Map<java.lang.String,​?> decodeAll​(java.util.Map<java.lang.String,​?> map)
      Decouples a Map instance from the current runtime environment by decoding its values.
      static Table groupRows​(java.lang.String groupColumn, Table table)  
      static Table groupRows​(HasGroupFields hasGroupFields, Table table)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • decode

        public static java.lang.Object decode​(java.lang.Object object)
        See Also:
        Computable
      • decodeAll

        public static java.util.Map<java.lang.String,​?> decodeAll​(java.util.Map<java.lang.String,​?> map)

        Decouples a Map instance from the current runtime environment by decoding its values.

      • groupRows

        public static Table groupRows​(java.lang.String groupColumn,
                                      Table table)