public interface NamedSetAnnotations
Modifier and Type | Field and Description |
---|---|
static String |
NAMED_SET_REF
The name of
IQueryAttributes attribute under which the
INamedSolutionSetRef can be located. |
static final String NAMED_SET_REF
IQueryAttributes
attribute under which the
INamedSolutionSetRef
can be located. That
INamedSolutionSetRef
may be used to locate the
IHashJoinUtility
, which includes metadata about the hash index
and encapsulates the hash index state. It may also be used to identify a
named index that will be resolved against the SPARQL CACHE, the local
index manager, or the federation index manager (on a cluster).
The attribute name includes the query UUID. The query UUID must be
extracted and used to lookup the IRunningQuery
to which the
solution set was attached.
Note: For a MERGE JOIN, the value under this attribute is a
INamedSolutionSetRef
[].
INamedSolutionSetRef
,
BOpContext#getAlternateSource(PipelineOp, INamedSolutionSetRef)
,
Constant Field ValuesCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.