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
-
public GorParquetFileOut(java.lang.String filePath,
java.lang.String header,
boolean nor)
-
Method Details
-
public void setup()
- Specified by:
setup in class gorsat.Commands.Processor
-
public void process(org.gorpipe.gor.model.Row r)
- Specified by:
process in class gorsat.Commands.Processor
-
public void finish()
- Specified by:
finish in class gorsat.Commands.Processor