56 public bool All {
get;
private set; }
59 var leftResult = Left.Evaluate(context);
60 var rightResult = Right.Evaluate(context);
override void GetData(SerializeData data)
Defines the contract to access the data contained into a table of a database.
A branch node for performing a composite function on two child nodes.
override ITable Evaluate(IRequest context)
void SetValue(string key, Type type, object value)
A node element of a query plan tree. /summary>
CompositeNode(ObjectData data)
A IQueryPlanNode implementation that is a branch with two child nodes.
bool GetBoolean(string key)
CompositeFunction
The kind of composite function in a CompositeTable.
CompositeNode(IQueryPlanNode left, IQueryPlanNode right, CompositeFunction compositeOp, bool allOp)