public static interface ConstructNode.Annotations
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_DISTINCT_QUADS |
static boolean |
DEFAULT_NATIVE_DISTINCT |
static String |
DISTINCT_QUADS
Internal boolean property (default ) which is
true when used internally for constructing sets of quads rather
than sets of triples. |
static String |
NATIVE_DISTINCT
|
QUERY_HINTS
DEFAULT_MINUS, DEFAULT_OPTIONAL, FILTERS, MINUS, OPTIONAL
static final String NATIVE_DISTINCT
true
iff a native DISTINCT ISPO
filter should be
applied (large cardinality is expected for the constructed graph).
When false
, a JVM based DISTINCT ISPO
filter
will be applied.
Note: This can be set using either QueryHints.ANALYTIC
or
QueryHints.NATIVE_DISTINCT_SPO
.
static final String DISTINCT_QUADS
true
when used internally for constructing sets of quads rather
than sets of triples.
Note: This can only be set programmatically using ConstructNode.setDistinctQuads(boolean)
Note: When this property is set and mixed quads are detected or suspected then the NATIVE_DISTINCT
property is ignored.
static final boolean DEFAULT_NATIVE_DISTINCT
static final boolean DEFAULT_DISTINCT_QUADS
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.