Package org.gorpipe.spark
Class GorSparkRowQueryFunction
java.lang.Object
org.gorpipe.gor.function.GorRowQueryFunction
org.gorpipe.spark.GorSparkRowQueryFunction
- All Implemented Interfaces:
Serializable,AutoCloseable,Function<org.gorpipe.gor.model.Row,,Stream<org.gorpipe.gor.model.Row>> org.apache.spark.api.java.function.FlatMapFunction<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>
public class GorSparkRowQueryFunction
extends org.gorpipe.gor.function.GorRowQueryFunction
implements org.apache.spark.api.java.function.FlatMapFunction<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>
- See Also:
-
Field Summary
Fields inherited from class org.gorpipe.gor.function.GorRowQueryFunction
bufferedPipeStep, header, lra -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gorpipe.gor.function.GorRowQueryFunction
apply, close, getHeader, getHeader, init
-
Constructor Details
-
GorSparkRowQueryFunction
-
-
Method Details
-
initAdaptor
public void initAdaptor()- Overrides:
initAdaptorin classorg.gorpipe.gor.function.GorRowQueryFunction
-
call
- Specified by:
callin interfaceorg.apache.spark.api.java.function.FlatMapFunction<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>
-