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​(java.lang.String filePath, java.lang.String header, boolean nor)  
  • Method Summary

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

    Methods inherited from class gorsat.Commands.Output

    from, pipeFrom, pipeFrom_$eq, reportWantsNoMore, 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​(java.lang.String filePath, java.lang.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