Class GorSparkMaterialize

java.lang.Object
gorsat.process.GorSpark
gorsat.process.GorSparkMaterialize
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.MapPartitionsFunction<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>

public class GorSparkMaterialize extends GorSpark
See Also:
  • Constructor Details

    • GorSparkMaterialize

      public GorSparkMaterialize(String inputHeader, boolean nor, org.apache.spark.sql.types.StructType schema, String gorcmd, String gorroot, int max)
    • GorSparkMaterialize

      public GorSparkMaterialize(String inputHeader, boolean nor, org.apache.spark.sql.types.StructType schema, String gorcmd, String gorroot, String uri, String jobId, int max)
  • Method Details

    • call

      public Iterator<org.gorpipe.gor.model.Row> call(Iterator<org.gorpipe.gor.model.Row> iterator)
      Specified by:
      call in interface org.apache.spark.api.java.function.MapPartitionsFunction<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>
      Overrides:
      call in class GorSpark