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
It's not clear that there's any benefit to having two columns to handle strings. the implementation of StringColumn could probably treat the different approaches to managing memory as implementation details hidden from the user
The text was updated successfully, but these errors were encountered:
one possible implementation would be to copy both columns with different names and create a new StringColumn that delegates to the other columns. We could make the inner columns protected so they don't pollute the API.
It's not clear that there's any benefit to having two columns to handle strings. the implementation of StringColumn could probably treat the different approaches to managing memory as implementation details hidden from the user
The text was updated successfully, but these errors were encountered: