File tree Expand file tree Collapse file tree
core/queryalgebra/model/src/main/java/org/eclipse/rdf4j/query/algebra
testsuites/rio/src/main/java/org/eclipse/rdf4j/testsuite/rio/rdfxml Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others .
2+ * Copyright (c) 2026 Eclipse RDF4J contributors.
33 *
44 * All rights reserved. This program and the accompanying materials
55 * are made available under the terms of the Eclipse Distribution License v1.0
1414import java .util .Set ;
1515
1616/**
17- * The LATERAL join operator, as defined in SPARQL 1.2. This operator evaluates the right-hand side for each row from
18- * the left-hand side, with variables from the left-hand side in scope for the right-hand side evaluation.
19- *
17+ * This operator evaluates the right-hand side for each row from the left-hand side, with variables from the left-hand
18+ * side in scope for the right-hand side evaluation.
2019 */
2120public class Lateral extends BinaryTupleOperator {
2221
Original file line number Diff line number Diff line change 66 * which accompanies this distribution, and is available at
77 * http://www.eclipse.org/org/documents/edl-v10.php.
88 *
9- * All rights reserved. This program and the accompanying materials
10- * are made available under the terms of the Eclipse Distribution License v1.0
11- * which accompanies this distribution, and is available at
12- * http://www.eclipse.org/org/documents/edl-v10.php.
13- *
149 * SPDX-License-Identifier: BSD-3-Clause
1510 *******************************************************************************/
1611package org .eclipse .rdf4j .testsuite .rio .rdfxml ;
You can’t perform that action at this time.
0 commit comments