Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add draft DEP: Advanced Indexes #19

Closed
wants to merge 1 commit into from
Closed

Conversation

akki
Copy link

@akki akki commented Mar 3, 2016

A proposal for class based indexes.
Based on @mjtamlyn's originial proposal on Advanced Indexes.

This will be inherited by different index algorithms such as ``BTree`` and ``Hash``,
and also ``FunctionalIndex(expression)``.

``Index`` classes will take 3 optional arguments ``fields``, ``model`` and ``name``.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This paragraph is unclear to me. maybe give the exact function signature you want to implement?

@akki
Copy link
Author

akki commented Jun 8, 2016

Closing due to inactivity and lack of updation from my side. Other discussions can be found here.

@akki akki closed this Jun 8, 2016
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.

None yet

2 participants