Skip to content

Commit b083f40

Browse files
authored
Merge pull request apache#527 from grahamtriggs/feature/sdbtransform
JENA-1664: SDB Transform - improve performance of OPTIONAL, MINUS
2 parents 3557ff4 + 24ff8f2 commit b083f40

File tree

5 files changed

+601
-2
lines changed

5 files changed

+601
-2
lines changed

jena-sdb/src/main/java/org/apache/jena/sdb/SDB.java

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public class SDB
6868
// See also SDBConstants.jdbcFetchSizeOff
6969

7070
public static final Symbol annotateGeneratedSQL = SDBConstants.allocSymbol("annotateGeneratedSQL") ;
71+
72+
public static final Symbol optimizeSubqueryFragments = SDBConstants.allocSymbol("optimizeSubqueryFragments") ;
7173
// ----------------------------------
7274

7375
// Global context is the ARQ context.

0 commit comments

Comments
 (0)