public class Steps extends AbstractSubqueryOp
STEPS([],{subqueries=[a,b,c]})Will run the subqueries a, b, and c in sequence. Each subquery will be initialized with a single empty
IBindingSet
. The
output of those subqueries will be routed to the STEPS operator (their
parent) unless the subqueries explicitly override this behavior using
PipelineOp.Annotations#SINK_REF
.AbstractSubqueryOp.Annotations
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
Steps(BOp[] args,
Map<String,Object> annotations)
Shallow copy constructor.
|
Steps(BOp[] args,
NV... annotations) |
Steps(Steps op)
Deep copy constructor.
|
eval, getMaxParallelSubqueries
assertAtOnceJavaHeapOp, assertMaxParallelOne, getChunkCapacity, getChunkOfChunksCapacity, getChunkTimeout, getMaxMemory, getMaxParallel, isAtOnceEvaluation, isBlockedEvaluation, isLastPassRequested, isPipelinedEvaluation, isReorderSolutions, isSharedState, newStats
__replaceArg, _clearProperty, _set, _setProperty, annotations, annotationsCopy, annotationsEqual, annotationsRef, argIterator, args, argsCopy, arity, clearAnnotations, clearProperty, deepCopy, deepCopy, get, getProperty, setArg, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString, toString
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.