Package | Description |
---|---|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Method and Description |
---|---|
List<NamedSubqueryInclude> |
JoinGroupNode.getNamedSubqueryIncludes()
Return only the
NamedSubqueryInclude child nodes in this group. |
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
StaticAnalysis.getJoinVars(NamedSubqueryInclude nsi,
String solutionSet,
Set<IVariable<?>> vars)
Return the join variables for an INCLUDE of a pre-existing named solution
set.
|
Set<IVariable<?>> |
StaticAnalysis.getJoinVars(NamedSubqueryRoot aNamedSubquery,
NamedSubqueryInclude anInclude,
Set<IVariable<?>> vars)
Identify the join variables for the specified INCLUDE for the position
within the query in which it appears.
|
NamedSubqueryRoot |
StaticAnalysis.resolveNamedSubqueryInclude(NamedSubqueryInclude nsi,
StaticAnalysis sa)
Resolves the
NamedSubqueryInclude in the given context,
returning the associated NamedSubqueryRoot object. |
Constructor and Description |
---|
NamedSubqueryInclude(NamedSubqueryInclude op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.