public static interface SubqueryRoot.Annotations extends IJoinNode.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
ASK_VAR
Annotation used to communicate the name of the anonymous variable
supporting a NOT (EXISTS) graph pattern evaluation.
|
static FilterExistsModeEnum |
DEFAULT_FILTER_EXISTS |
static boolean |
DEFAULT_RUN_ONCE |
static String |
FILTER_EXISTS
Used to specify the query plan for FILTER (NOT) EXISTS.
|
static String |
RUN_ONCE
Annotation provides a query hint indicating whether or not the
subquery should be transformed into a named subquery, lifting its
evaluation out of the main body of the query and replacing the
subquery with an INCLUDE.
|
DEFAULT_MINUS, DEFAULT_OPTIONAL, FILTERS, MINUS, OPTIONAL
static final String RUN_ONCE
true
, the subquery will
be lifted out. When false
, the subquery will not be
lifted unless other semantics require that it be lifted out
regardless.static final boolean DEFAULT_RUN_ONCE
static final String ASK_VAR
static final String FILTER_EXISTS
Note: This annotation is propagated to the SubqueryRoot
when
the FILTER (NOT) EXISTS for a SubqueryFunctionNodeBase
is
turned into an ASK subquery.
static final FilterExistsModeEnum DEFAULT_FILTER_EXISTS
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.