public class Union extends AbstractSubqueryOp
UNION([],{subqueries=[a,b,c]})Will run the subqueries a, b, and c in parallel for each source
IBindingSet
. The output of those subqueries will be routed to
the UNION operator (their parent).AbstractSubqueryOp.Annotations
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
Union(BOp[] args,
Map<String,Object> annotations)
Shallow copy constructor.
|
Union(BOp[] args,
NV... annotations) |
Union(Union 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.