Class PostfixLookupClosure

java.lang.Object
org.rumbledb.runtime.xml.PostfixLookupClosure
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.FlatMapFunction<Item,Item>

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

    • PostfixLookupClosure

      public PostfixLookupClosure(List<Item> keys, boolean wildcard)
  • Method Details