Class GorRowMapFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<org.gorpipe.gor.model.Row,​org.gorpipe.gor.model.Row>

    public class GorRowMapFunction
    extends java.lang.Object
    implements java.util.function.Function<org.gorpipe.gor.model.Row,​org.gorpipe.gor.model.Row>, java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String calcType  
    • Constructor Summary

      Constructors 
      Constructor Description
      GorRowMapFunction​(java.lang.String query, java.lang.String[] header, java.lang.String[] gortypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.gorpipe.gor.model.Row apply​(org.gorpipe.gor.model.Row row)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • calcType

        public java.lang.String calcType
    • Constructor Detail

      • GorRowMapFunction

        public GorRowMapFunction​(java.lang.String query,
                                 java.lang.String[] header,
                                 java.lang.String[] gortypes)
    • Method Detail

      • apply

        public org.gorpipe.gor.model.Row apply​(org.gorpipe.gor.model.Row row)
        Specified by:
        apply in interface java.util.function.Function<org.gorpipe.gor.model.Row,​org.gorpipe.gor.model.Row>