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>
Spark closure for postfix lookup with XQuery 3.1 semantics: array index out of bounds raises err:FOAY0001 (propagated from ArrayIndexOutOfBoundsException).
See Also:
  • Constructor Details

    • PostfixLookupClosure

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