Conversation
Codecov Report
@@ Coverage Diff @@
## main #403 +/- ##
=======================================
Coverage 86.64% 86.64%
=======================================
Files 134 134
Lines 6516 6561 +45
=======================================
+ Hits 5646 5685 +39
- Misses 870 876 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
I am considering the following changes to nomenclature: Technically, |
|
Also related to this: with this nomenclature on The implementation could be as simple as this, since no actual secondary index is needed: def find(self, ..., find_on=None):
if find_on:
return self[find_on].find(...) |
|
Continued here: #456 |
This PR is a draft for storing secondary indices as a dict with different docarrays
ToDo:
Design doc: https://docs.google.com/presentation/d/1rntTa1Ur2WmdAvOUEI01l2WeNSWgtqk2xjth_gdIr50/edit#slide=id.g13443d1ddb2_1_23