Package | Description |
---|---|
com.bigdata.bop.join |
Modifier and Type | Field and Description |
---|---|
protected JoinTypeEnum |
JVMHashJoinUtility.joinType
The type of join to be performed.
|
Modifier and Type | Method and Description |
---|---|
JoinTypeEnum |
IHashJoinUtility.getJoinType()
Return the type safe enumeration indicating what kind of operation is to
be performed.
|
JoinTypeEnum |
JVMHashJoinUtility.getJoinType() |
JoinTypeEnum |
HTreeHashJoinUtility.getJoinType() |
static JoinTypeEnum |
JoinTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinTypeEnum[] |
JoinTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IHashJoinUtility |
IHashJoinUtilityFactory.create(BOpContext<IBindingSet> context,
INamedSolutionSetRef namedSetRef,
PipelineOp op,
JoinTypeEnum joinType)
Return an instance of the
IHashJoinUtility . |
protected void |
AbstractHashJoinUtilityTestCase.doHashJoinTest(JoinTypeEnum joinType,
IVariable<?>[] joinVars,
IVariable<?>[] selectVars,
IConstraint[] constraints,
List<IBindingSet> left,
List<IBindingSet> right,
IBindingSet[] expected)
Test helper for required or optional join tests.
|
protected HTreeHashJoinUtility |
TestHTreeHashJoinUtility.newHashJoinUtility(PipelineOp op,
JoinTypeEnum joinType) |
protected JVMHashJoinUtility |
TestJVMHashJoinUtility.newHashJoinUtility(PipelineOp op,
JoinTypeEnum joinType) |
protected abstract IHashJoinUtility |
AbstractHashJoinUtilityTestCase.newHashJoinUtility(PipelineOp op,
JoinTypeEnum joinType)
Factory for
IHashJoinUtility instances under test. |
protected IHashJoinUtility |
JVMHashJoinOp.newState(BOpContext<IBindingSet> context,
INamedSolutionSetRef namedSetRef,
JoinTypeEnum joinType) |
protected abstract IHashJoinUtility |
HashJoinOp.newState(BOpContext<IBindingSet> context,
INamedSolutionSetRef namedSetRef,
JoinTypeEnum joinType)
Return the instance of the
IHashJoinUtility to be used by this
operator. |
protected IHashJoinUtility |
HTreeHashJoinOp.newState(BOpContext<IBindingSet> context,
INamedSolutionSetRef namedSetRef,
JoinTypeEnum joinType) |
Constructor and Description |
---|
HTreeHashJoinUtility(IMemoryManager mmgr,
PipelineOp op,
JoinTypeEnum joinType) |
HTreePipelinedHashJoinUtility(IMemoryManager mmgr,
PipelineOp op,
JoinTypeEnum joinType) |
HTreePipelinedHashJoinUtility(PipelineOp op,
JoinTypeEnum joinType,
BOpContext<IBindingSet> context,
int chunkCapacity) |
JVMHashJoinUtility(PipelineOp op,
JoinTypeEnum joinType) |
JVMPipelinedHashJoinUtility(PipelineOp op,
JoinTypeEnum joinType,
BOpContext<IBindingSet> context,
int chunkCapacity) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.