Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.ap | |
com.bigdata.bop.bset | |
com.bigdata.bop.controller |
This package provides operators for subquery, including UNION, STEPS,
and STAR (transitive closure).
|
com.bigdata.bop.fed | |
com.bigdata.bop.join | |
com.bigdata.bop.joinGraph.rto | |
com.bigdata.bop.paths | |
com.bigdata.bop.rdf.join | |
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
com.bigdata.rdf.internal.constraints | |
com.bigdata.rdf.lexicon | |
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
Modifier and Type | Method and Description |
---|---|
static NV[] |
NV.concat(NV[] a,
NV[] b)
Combines the two arrays, appending the contents of the 2nd array to the
contents of the first array.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
NV.asMap(NV... a)
Wrap an array name/value pairs as a
Map . |
int |
NV.compareTo(NV o)
Places into order by
name . |
static NV[] |
NV.concat(NV[] a,
NV[] b)
Combines the two arrays, appending the contents of the 2nd array to the
contents of the first array.
|
static NV[] |
NV.concat(NV[] a,
NV[] b)
Combines the two arrays, appending the contents of the 2nd array to the
contents of the first array.
|
Constructor and Description |
---|
Predicate(BOp[] args,
NV... annotations)
Variable argument version of the shallow constructor.
|
TestPredicateAccessPath.MockPipelineOp(BOp[] args,
NV... anns) |
Constructor and Description |
---|
ConditionalRoutingOp(BOp[] args,
NV... anns) |
CopyOp(BOp[] args,
NV... annotations) |
Constructor and Description |
---|
HTreeNamedSubqueryOp(BOp[] args,
NV... annotations) |
JVMNamedSubqueryOp(BOp[] args,
NV... annotations) |
ServiceCallJoin(BOp[] args,
NV... annotations) |
Steps(BOp[] args,
NV... annotations) |
SubqueryOp(BOp[] args,
NV... annotations) |
Union(BOp[] args,
NV... annotations) |
Constructor and Description |
---|
TestRemoteAccessPath.MockPipelineOp(BOp[] args,
NV... anns) |
Modifier and Type | Method and Description |
---|---|
protected HashIndexOp |
TestHTreeHashIndexOp.newHashIndexOp(String namespace,
BOp[] args,
NV... anns) |
protected abstract HashIndexOp |
HashIndexOpTestCase.newHashIndexOp(String namespace,
BOp[] args,
NV... anns)
Factory for the
HashIndexOp implementations. |
protected HashIndexOp |
TestJVMHashIndexOp.newHashIndexOp(String namespace,
BOp[] args,
NV... anns) |
protected abstract PipelineOp |
AbstractHashJoinOpTestCase.newJoin(BOp[] args,
int joinId,
IVariable<IV>[] joinVars,
Predicate<IV> predOp,
UUID queryId,
NV... annotations)
Return a new join operator instance for the test.
|
protected PipelineOp |
TestJVMHashJoinOp.newJoin(BOp[] args,
int joinId,
IVariable<IV>[] joinVars,
Predicate<IV> predOp,
UUID queryId,
NV... annotations) |
protected PipelineOp |
TestHTreeHashJoinOp.newJoin(BOp[] args,
int joinId,
IVariable<IV>[] joinVars,
Predicate<IV> predOp,
UUID queryId,
NV... annotations) |
protected SolutionSetHashJoinOp |
TestHTreeHashIndexOp.newSolutionSetHashJoinOp(BOp[] args,
NV... anns) |
protected abstract SolutionSetHashJoinOp |
HashIndexOpTestCase.newSolutionSetHashJoinOp(BOp[] args,
NV... anns)
Factory for the
SolutionSetHashJoinOp implementation. |
protected SolutionSetHashJoinOp |
TestJVMHashIndexOp.newSolutionSetHashJoinOp(BOp[] args,
NV... anns) |
Constructor and Description |
---|
AbstractHashJoinUtilityTestCase.MockPipelineOp(BOp[] args,
NV... anns) |
AbstractMergeJoin(BOp[] args,
NV... annotations) |
DistinctTermScanOp(BOp[] args,
NV... annotations) |
FastRangeCountOp(BOp[] args,
NV... annotations) |
HashIndexOp(BOp[] args,
NV... annotations) |
HashIndexOpBase(BOp[] args,
NV... annotations) |
HashJoinOp(BOp[] args,
NV... annotations) |
HTreeHashJoinOp(BOp[] args,
NV... annotations) |
HTreeMergeJoin(BOp[] args,
NV... annotations) |
HTreeSolutionSetHashJoinOp(BOp[] args,
NV... annotations) |
JVMHashJoinOp(BOp[] args,
NV... annotations) |
JVMMergeJoin(BOp[] args,
NV... annotations) |
JVMSolutionSetHashJoinOp(BOp[] args,
NV... annotations) |
NestedLoopJoinOp(BOp[] args,
NV... annotations) |
PipelinedHashIndexAndSolutionSetJoinOp(BOp[] args,
NV... annotations) |
PipelineJoin(BOp[] args,
NV... annotations)
Shallow copy vararg constructor.
|
SolutionSetHashJoinOp(BOp[] args,
NV... annotations) |
Constructor and Description |
---|
JoinGraph(BOp[] args,
NV... anns) |
Constructor and Description |
---|
ArbitraryLengthPathOp(BOp[] args,
NV... annotations) |
ZeroLengthPathOp(BOp[] args,
NV... annotations)
Deprecated.
|
Constructor and Description |
---|
ChunkedMaterializationOp(BOp[] args,
NV... annotations) |
DataSetJoin(BOp[] args,
NV... annotations) |
InlineMaterializeOp(BOp[] args,
NV... anns) |
MockTermResolverOp(BOp[] args,
NV... annotations) |
VariableUnificationOp(BOp[] args,
NV... annotations) |
Modifier and Type | Method and Description |
---|---|
protected abstract PipelineOp |
AbstractDistinctSolutionsTestCase.newDistinctBindingSetsOp(BOp[] args,
NV... anns)
Factory for a DISTINCT SOLUTIONS operator.
|
protected PipelineOp |
TestHTreeDistinctBindingSets.newDistinctBindingSetsOp(BOp[] args,
NV... anns) |
protected PipelineOp |
TestJVMDistinctBindingSets.newDistinctBindingSetsOp(BOp[] args,
NV... anns) |
Constructor and Description |
---|
DropOp(BOp[] args,
NV... annotations) |
HTreeDistinctBindingSetsOp(BOp[] args,
NV... annotations) |
JVMDistinctBindingSetsOp(BOp[] args,
NV... annotations) |
ProjectionOp(BOp[] args,
NV... annotations) |
SliceOp(BOp[] args,
NV... annotations) |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,Object> |
IVValueExpression.anns(GlobalAnnotations globals,
NV... anns)
Used by subclasses to create the annotations object from the global
annotations and the custom annotations for the particular VE.
|
Constructor and Description |
---|
IVValueExpression(GlobalAnnotations globals,
NV... anns)
Zero arg convenience constructor.
|
IVValueExpression(IValueExpression<? extends IV> x,
GlobalAnnotations globals,
NV... anns)
One arg convenience constructor.
|
Constructor and Description |
---|
LexPredicate(BOp[] args,
NV... anns)
Variable argument version of the shallow copy constructor.
|
Modifier and Type | Method and Description |
---|---|
PipelineOp |
IExternalAST2BOp.fastRangeCountJoin(PipelineOp left,
List<NV> anns,
Predicate<?> pred,
DatasetNode dataset,
Long cutoffLimitIsIgnored,
VarNode fastRangeCountVar,
Properties queryHints,
AST2BOpContext ctx)
Use a
FastRangeCountOp . |
Constructor and Description |
---|
SPOPredicate(BOp[] values,
NV... annotations)
Variable argument version of the shallow copy constructor.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.