Package gorsat.process
Class PNFilterFunction
- java.lang.Object
-
- gorsat.process.PNFilterFunction
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.spark.api.java.function.FilterFunction<org.apache.spark.sql.Row>
public class PNFilterFunction extends java.lang.Object implements org.apache.spark.api.java.function.FilterFunction<org.apache.spark.sql.Row>, java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PNFilterFunction(java.lang.String filter, int colNum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancall(org.apache.spark.sql.Row row)
-