Class GorRowMapFunction

java.lang.Object
org.gorpipe.gor.function.GorRowMapFunction
All Implemented Interfaces:
Serializable, Function<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>

public class GorRowMapFunction extends Object implements Function<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>, Serializable
See Also:
  • Field Details

    • calcType

      public String calcType
  • Constructor Details

    • GorRowMapFunction

      public GorRowMapFunction(String query, String[] header, String[] gortypes)
  • Method Details

    • apply

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