-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
clone_inner()
to Ex structs (#473)
The idea is to simplify clonning the inner datatypes, since this is a lot frequent in our codebase. Internally Polars uses Arc to represent the Series, so cloning is normally a cheap operation.
- Loading branch information
Showing
9 changed files
with
344 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.