Class GorParquetFileOut

java.lang.Object
gorsat.Commands.Processor
gorsat.Commands.Output
gorsat.parquet.GorParquetFileOut

public class GorParquetFileOut extends gorsat.Commands.Output
  • Constructor Summary

    Constructors
    Constructor
    Description
    GorParquetFileOut(String filePath, String header, boolean nor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    process(org.gorpipe.gor.model.Row r)
     
    void
     

    Methods inherited from class gorsat.Commands.Output

    from, getMeta, getName, meta, name, name_$eq, pipeFrom, pipeFrom_$eq, reportWantsNoMore, reset, securedFinish, securedSetup

    Methods inherited from class gorsat.Commands.Processor

    rs, rs_$eq, wantsNoMore, wantsNoMore_$eq

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GorParquetFileOut

      public GorParquetFileOut(String filePath, String header, boolean nor)
  • Method Details

    • setup

      public void setup()
      Specified by:
      setup in class gorsat.Commands.Processor
    • process

      public void process(org.gorpipe.gor.model.Row r)
      Specified by:
      process in class gorsat.Commands.Processor
    • finish

      public void finish()
      Specified by:
      finish in class gorsat.Commands.Processor