Name |
Description |
AggregateParser |
|
ColumnProjector |
|
InjectedExpression |
|
InjectedExpressionVisitor |
|
MemberAccessParser |
|
PartialEvaluator |
Rewrites an expression tree so that locally isolatable sub-expressions are evaluated and converted into ConstantExpression nodes. |
PartialEvaluator.Nominator |
Performs bottom-up analysis to determine which nodes can possibly be part of an evaluated sub-tree. |
PartialEvaluator.SubtreeEvaluator |
Evaluates & replaces sub-trees when first candidate is reached (top-down) |
ProjectedColumns |
|