Package org.openrdf.query.algebra.evaluation.cursors

Examples of org.openrdf.query.algebra.evaluation.cursors.StatementBindingSetCursor


    // TODO: check if this cursor is actually needed. If not, don't add to
    // prevent processing overhead
    stIter = new StatementPatternCursor(stIter, sp);

    // Return an iterator that converts the statements to var bindings
    return new StatementBindingSetCursor(stIter, sp, bindings);
  }
View Full Code Here

TOP

Related Classes of org.openrdf.query.algebra.evaluation.cursors.StatementBindingSetCursor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.