Skip to content
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

Re-working strr_process_property #22

Open
dwachsmuth opened this issue Jan 19, 2020 · 0 comments
Open

Re-working strr_process_property #22

dwachsmuth opened this issue Jan 19, 2020 · 0 comments

Comments

@dwachsmuth
Copy link
Member

We probably want to use assignment by reference to get rid of extra columns, but may not want to modify the input table. So possibly put the column drop after the error checking, so that a copy has already been created once?

But maybe this doesn't follow, because it means that when a copy is created with row drops, that copy will be much larger because of all the superfluous rows?

I.e. need to check the memory implications of the different approaches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant