public static interface GraphPatternGroup.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
JOIN_VARS
An
IVariable [] of the join variables will be definitely bound
when we begin to evaluate a sub-group. |
static String |
PROJECT_IN_VARS
An
IVariable [] of the variables that are used by the
group and that have already appeared in the query up to this point
(and thus may be bound and should be projected into the group). |
QUERY_HINTS
DEFAULT_MINUS, DEFAULT_OPTIONAL, FILTERS, MINUS, OPTIONAL
static final String JOIN_VARS
IVariable
[] of the join variables will be definitely bound
when we begin to evaluate a sub-group. This information is used to
build a hash index on the join variables and to hash join the
sub-group's solutions back into the parent group's solutions.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.