Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:6
-
Epic Link:
-
Sprint:Measurement-S14-4
-
Team:Data Release Production
Description
While we're trying to eliminate the need for compound fields in afw::table, Arrays present a few problems. We could use FunctorKeys, the way we plan to use other compound fields, but here we need to guarantee that the per-element keys are contiguous, and we also be able to support views. We also need to determine the naming scheme. Finally, we need to make sure these work with aliases and slots.
Ready for review. Perry, could you take a look?
Code is on u/jbosch/
DM-836of afw, and there's a GitHub Pull Request page you'll find linked on the right side of the issue page that shows the diff and all the commits involved, and gives the the ability to comment on individual lines in the diff (just click to the left of any line). Please make your comments there, and let me know if you have any questions about how the reviews on GitHub work.