-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address feedback from the design meeting and only expose the top leve…
…l ITranslatedQueryExpression IOperation for v1. We longer expose any special IOperation nodes for query clauses/operators, but just the underlying query plan. For v2, we hope to enhance the APIs to expose a richer query API. Another design decision was to rewrite VB query lambdas into regular lambda, so we have parity between C# and VB operation trees. This change refactors the VB query lambda local rewriting code to be consumed from the VB operation factory for the same. The rewriter introduces a large number of DAGs, and we handle them in the operation factory rewriter by cloning the duplicate bound nodes in the lowered tree.
- Loading branch information
Showing
38 changed files
with
3,321 additions
and
4,889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.