Skip to content

Supply empty arg hash for anonymous views at runtime#5449

Open
joshua-spacetime wants to merge 1 commit into
masterfrom
joshua/empty-arg-hash
Open

Supply empty arg hash for anonymous views at runtime#5449
joshua-spacetime wants to merge 1 commit into
masterfrom
joshua/empty-arg-hash

Conversation

@joshua-spacetime

Copy link
Copy Markdown
Contributor

Description of Changes

Instead of baking it into the query plan. The query plan should parameterize anonymous views just like sender-scoped views. We need this for the next step which is plan sharing for subscriptions.

API and ABI breaking changes

None

Expected complexity level and risk

1

Testing

Existing coverage

Instead of baking it into the query plan.
The query plan should parameterize anonymous views just like sender-scoped views.
@kistz

kistz commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Maybe this does not make sense but could thr anonymous case not just br handled as Identity::ZERO? In that case you would always have a identity in the hash which happens to be the same and avoid thr special case 🤔
Tho entirely possible that im missing something why this is not poss8ble or worse ^^
Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants