Class ObjectIntersectReduceClosure

java.lang.Object
org.rumbledb.runtime.functions.object.ObjectIntersectReduceClosure
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.Function2<Item,Item,Item>

public class ObjectIntersectReduceClosure extends Object implements org.apache.spark.api.java.function.Function2<Item,Item,Item>
See Also:
  • Constructor Details

    • ObjectIntersectReduceClosure

      public ObjectIntersectReduceClosure()
  • Method Details