Class 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

      All Methods Instance Methods Concrete Methods 
      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, getMeta, getName, meta, name, name_$eq, 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 Detail

      • GorParquetFileOut

        public GorParquetFileOut​(java.lang.String filePath,
                                 java.lang.String header,
                                 boolean nor)
    • Method Detail

      • 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