Integrate with NamedArray #23
Labels
No labels
bug
duplicate
enhancement/documentation
enhancement/feature
enhancement/organization
question
rejected
upstream
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
UserCurt/mpath#23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When calling
resolveorget, most dimensions will be associated with a set of fields, with each row/column/page/etc having a corresponding field name. This issue proposed integration with NamedArray (no repository yet) so that these individual row/column/page/etc can be accessed through the field name itself.An example without integration:
The same example with integration with a proposed approach using the named argument
NamedArrayDims:Dimension associated with parenthesis and brace indexing operations #5 cannot have an associated name.
Alternative to introducing a named argument to
mpath.get, a new functionmpath.NamedArray(...)can be used as mentioned in #15.setassigns through missing paths and constructs new data #15