-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: optionally pass type to column (#79)
Closes #78. ### Summary of Changes For the sake of consistency it is now possible to pass the type of a `Column` in the constructor. This also improves performance, for example when we call `get_column` on a `Table`. In that case we already know the type of the column anyway, so there's no reason to infer it again. --------- Co-authored-by: lars-reimann <[email protected]>
- Loading branch information
1 parent
bc63693
commit 64aa429
Showing
2 changed files
with
28 additions
and
7 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