Skip to content

Change MultiIndex index function signature to include the pk #670

@maurolacy

Description

@maurolacy

It would be good that the MultiIndex index function signature, instead of being fn(&T) -> IK, was fn(&PK, &T) -> IK instead.

That way, the pk (or parts of it) can be used for indexing. And so the index keys don't have / need to come from the values alone.

Metadata

Metadata

Assignees

Labels

breakingBreaking changesbreaking-apiBreaks contract API in an non-backwards-compatible waystorage plus

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions