Class GorRowMapFunction

java.lang.Object
org.gorpipe.gor.function.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

    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 Details

    • calcType

      public java.lang.String calcType
  • Constructor Details

    • GorRowMapFunction

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

    • 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>