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, setQueryHintsaddArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArrayannotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waittoStringannotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortStringgetPropertypublic QueryNodeBase()
public QueryNodeBase(QueryNodeBase op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode).public Properties getQueryHints()
getQueryHints in class ASTBasenull if none have been
declared.public final String toString()
CoreBaseBOpBOp.toString in interface BOptoString in class CoreBaseBOpCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.