Package org.rumbledb.runtime.navigation
Class PredicateClosureZipped
java.lang.Object
org.rumbledb.runtime.navigation.PredicateClosureZipped
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.Function<scala.Tuple2<Item,
Long>, Boolean>
public class PredicateClosureZipped
extends Object
implements org.apache.spark.api.java.function.Function<scala.Tuple2<Item,Long>,Boolean>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPredicateClosureZipped
(RuntimeIterator expression, DynamicContext dynamicContext, long contextSize) -
Method Summary
-
Constructor Details
-
PredicateClosureZipped
public PredicateClosureZipped(RuntimeIterator expression, DynamicContext dynamicContext, long contextSize)
-
-
Method Details