forked from jtablesaw/tablesaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor instant datetime columns (#38)
* Correct error message in InstantColumn (see jtablesaw#1241) * TemporalMapFunctions parameterized with column * Move plusXXX() methods not supported by Instants to DateTimeMapFunctions * Remove tests not feasible on InstantColumn * DateTime and Instant Fillers testing * TemporalMapFunctions testing for Instants * Additional testing for DateTime and Instant columns * Correct comparison for millisecond precision
- Loading branch information
Showing
10 changed files
with
509 additions
and
199 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
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
57 changes: 0 additions & 57 deletions
57
core/src/main/java/tech/tablesaw/columns/instant/InstantMapFunctions.java
This file was deleted.
Oops, something went wrong.
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.