All Implemented Interfaces:
PropertyFunction

public class concat extends PFuncSimpleAndList
  • Constructor Details

    • concat

      public concat()
  • Method Details

    • execEvaluated

      public QueryIterator execEvaluated(Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt)
      Specified by:
      execEvaluated in class PFuncSimpleAndList
      Parameters:
      binding - Current solution from previous query stage
      subject - Node in subject slot, after substitution if a bound variable in this binding
      predicate - This predicate
      object - List in object slot, after substitution of any bound variables in this binding
      execCxt - Execution context
      Returns:
      QueryIterator