Skip to content

DRY around getting the projection from ShapedQueryExpression #31015

Open
@roji

Description

@roji

In many places in the query pipeline, we extract the ShapedQueryExpression.ShaperExpression (unwrapping casts), and then extract the projection from the corresponding QueryExpression; see RelationalQueryableMethodTranslatingExpressionVisitor.TryGetProjection for an example. We should DRY this, possibly adding APIs (or extensions) to ShapedQueryExpression.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions