You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, hecuba supports the usage of multidimensional indexing through the iteration of a chunk of indexed elements. First, the programmer must filter the chunk of interest and, then, iterates across all the elements in the chunk.
We miss the interface to support direct access to an indexed element. This is a proposal of how to implement it:
Right now, hecuba supports the usage of multidimensional indexing through the iteration of a chunk of indexed elements. First, the programmer must filter the chunk of interest and, then, iterates across all the elements in the chunk.
We miss the interface to support direct access to an indexed element. This is a proposal of how to implement it:
After executing this code, r should contain the whole record. In this example (key,x,y,z)
Do you agree?
The text was updated successfully, but these errors were encountered: