public static interface IJoinNode.Annotations
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_MINUS |
static boolean |
DEFAULT_OPTIONAL |
static String |
FILTERS
A
List of FilterNode s for constraints which MUST run
with the JOIN. |
static String |
MINUS
When
true , the join group has the semantics of a SPARQL
MINUS operator and only those solutions in the parent group which do
NOT join with this group will be output. |
static String |
OPTIONAL
Boolean flag indicates that a join node has OPTIONAL semantics.
|
static final String FILTERS
List
of FilterNode
s for constraints which MUST run
with the JOIN.static final String OPTIONAL
static final boolean DEFAULT_OPTIONAL
static final String MINUS
true
, the join group has the semantics of a SPARQL
MINUS operator and only those solutions in the parent group which do
NOT join with this group will be output.static final boolean DEFAULT_MINUS
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.