Modifier and Type | Field and Description |
---|---|
protected BOpContext<IBindingSet> |
context |
protected IVariable<?> |
countVar
The variable that gets bound to the fast range count.
|
protected FastRangeCountOp<E> |
op |
protected IPredicate<E> |
predicate
The source for the elements to be joined.
|
protected IRelation<E> |
relation
The relation associated with the
predicate operand. |
Modifier | Constructor and Description |
---|---|
protected |
FastRangeCountOp.ChunkTask(FastRangeCountOp<E> op,
BOpContext<IBindingSet> context) |
protected final FastRangeCountOp<E> op
protected final BOpContext<IBindingSet> context
protected final IVariable<?> countVar
protected final IPredicate<E> predicate
protected FastRangeCountOp.ChunkTask(FastRangeCountOp<E> op, BOpContext<IBindingSet> context)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.