Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Allow to use custom unflattener #55

Merged
merged 2 commits into from
Feb 28, 2018
Merged

Allow to use custom unflattener #55

merged 2 commits into from
Feb 28, 2018

Conversation

Totktonada
Copy link
Member

Closes #52 (moves responsibility to an user of the library).

@Totktonada Totktonada self-assigned this Feb 27, 2018
@Totktonada Totktonada added enhancement New feature or request prio1 labels Feb 27, 2018
Closes #52 (moves responsibility to an user of the library).
Such approach is the rudiment from 'offset as a count' way to handle
offsets when we can don't unflatten some tuples until reach the offset.
Now we use 'offset as a value of primary key type' way, so we can use
indexes in the fast case to handle offset, but need to unflatten all
tuples found by an index.
@Totktonada Totktonada merged commit 83cadb0 into master Feb 28, 2018
@Totktonada Totktonada deleted the custom-unflattener branch February 28, 2018 16:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request prio1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants