Package org.gorpipe.gor.function
Class GorRowQueryFunction
java.lang.Object
org.gorpipe.gor.function.GorRowQueryFunction
- All Implemented Interfaces:
Serializable,AutoCloseable,Function<org.gorpipe.gor.model.Row,Stream<org.gorpipe.gor.model.Row>>
public class GorRowQueryFunction
extends Object
implements Function<org.gorpipe.gor.model.Row,Stream<org.gorpipe.gor.model.Row>>, AutoCloseable, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected gorsat.Commands.Analysisprotected Stringprotected ListRowAdaptor -
Constructor Summary
ConstructorsConstructorDescriptionGorRowQueryFunction(String query) GorRowQueryFunction(String query, String inputHeader) -
Method Summary
-
Field Details
-
header
-
lra
-
bufferedPipeStep
protected gorsat.Commands.Analysis bufferedPipeStep
-
-
Constructor Details
-
GorRowQueryFunction
-
GorRowQueryFunction
-
-
Method Details
-
getHeader
-
getHeader
-
init
-
initAdaptor
public void initAdaptor() -
apply
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-