-
Notifications
You must be signed in to change notification settings - Fork 323
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
Implement the add_row_number
function
#6860
Comments
Radosław Waśko reports a new STANDUP for the provided date (2023-05-26): Progress: Some refactoring for the Mixed casts PR (split Table's NumericBuilder into LongBuilder and DoubleBuilder subclasses). Created initial tests for add_row_number It should be finished by 2023-05-31. Next Day: Next day I will be working on the same task. Add some more test cases, work on implementation. |
Radosław Waśko reports a new STANDUP for yesterday (2023-05-29): Progress: Added remaining tests. Implemented an in-Enso Multi_Value_Key and using it all the functionality. Need to fix some cases still. It should be finished by 2023-05-31. Next Day: Next day I will be working on the same task. Fix the remaining cases, clarify some edge cases, prepare the PR. |
Apparently this is a duplicate of #5227 that I was not aware of. |
Radosław Waśko reports a new STANDUP for today (2023-05-30): Progress: Fixing remaining cases. Bookclub. Do a refactor of Column_Index_Out_Of_Bounds Error. It should be finished by 2023-05-31. Next Day: Next day I will be working on the #6498 task. Review suggestions on the add_row_number PR, start work on next task. |
Radosław Waśko reports a new STANDUP for yesterday (2023-05-31): Progress: Refactor LongStorage into an AbstractLongStorage allowing O(1) storage of simple Range columns and preparing ground for columns-from-constants. Bookclub. Clarifying the spec on DB append. Starting to write the initial API and tests for DB append. It should be finished by 2023-05-31. Next Day: Next day I will be working on the #6498 task. Add proper tests for DB append specification. Work on implementation. |
As noted in #6410, one of the tasks is to add a
add_row_number
function. I created this ticket for tracking this task.Copying the specification from https://github.com/enso-org/design/blob/main/epics/basic-libraries/expressions/design.md#tableadd_row_number
The text was updated successfully, but these errors were encountered: