public abstract class QueryNodeBase extends ASTBase implements IQueryNode
Modifier and Type | Class and Description |
---|---|
static interface |
QueryNodeBase.Annotations |
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
QueryNodeBase() |
QueryNodeBase(BOp[] args,
Map<String,Object> anns)
Required shallow copy constructor.
|
QueryNodeBase(QueryNodeBase op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Modifier and Type | Method and Description |
---|---|
Properties |
getQueryHints()
Return the query hints for this AST node.
|
String |
toString()
Return a non-recursive representation of the arguments and annotations
for this
BOp . |
addExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, replaceAllWith, setQueryHint, setQueryHints
addArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
toString
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString
getProperty
public QueryNodeBase()
public QueryNodeBase(QueryNodeBase op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode)
.public Properties getQueryHints()
getQueryHints
in class ASTBase
null
if none have been
declared.public final String toString()
CoreBaseBOp
BOp
.toString
in interface BOp
toString
in class CoreBaseBOp
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.