forked from h2oai/h2o-2
-
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.
Add a non-modeling column type, the UUID
New column type UUID. Parse the Java fixed-format UUID. Display in browser; export to CSV. Remove as default-available modeling column from most algos. Add a generic C16Chunk holding 2 longs, available as vec.at16l() and vec.at16h() and their usual Chunk equivalents. PrettyPrinter.uuid(lo,hi) for printing. Fixed bugs with all the various frame splitter utilities dropping the "time" value (thus converting a time column into an integer column). Copy the UUID flag thru as needed. Cleanup numerous ideaj warnings
- Loading branch information
1 parent
7f7f0e7
commit 3ec9edd
Showing
24 changed files
with
441 additions
and
127 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
1,9ff4ed3a-6b00-4130-9aca-2ed897305fd1 | ||
2,ac1e1ca3-5ca8-438a-85a4-8175ed5bb7ec | ||
3,6870f256-e145-4d75-adb0-99ccb77d5d3a | ||
4,d8da52c1-d145-4dff-b3d1-127c6eb75d40 | ||
5,25ce1456-546d-4e35-bddc-d571b26581ea | ||
6,2e1d193f-d1da-4664-8a2b-ffdfe0aa7be3 | ||
1000010407,89e68530-422e-43ba-bd00-aa3d8f2cfcaa | ||
1000024046,4055a53b-411f-46f0-9d2e-cf03bc95c080 | ||
1000054511,49d14d8e-5c42-439d-b4a8-995e25b1602f | ||
1000065922,4e31b8aa-4aa9-4e8b-be8f-5cc6323235b4 | ||
1000066478,2e1d193f-d1da-4664-8a2b-ffdfe0aa7be3 | ||
1000067268,25ce1456-546d-4e35-bddc-d571b26581ea | ||
100007536,d8da52c1-d145-4dff-b3d1-127c6eb75d40 | ||
1000079839,6870f256-e145-4d75-adb0-99ccb77d5d3a | ||
10000913,ac1e1ca3-5ca8-438a-85a4-8175ed5bb7ec | ||
1000104538,9ff4ed3a-6b00-4130-9aca-2ed897305fd1 | ||
1,9ff4ed3a-6b00-4130-9aca-2ed897305fd1,1 | ||
2,ac1e1ca3-5ca8-438a-85a4-8175ed5bb7ec,1 | ||
3,6870f256-e145-4d75-adb0-99ccb77d5d3a,0 | ||
4,d8da52c1-d145-4dff-b3d1-127c6eb75d40,1 | ||
5,25ce1456-546d-4e35-bddc-d571b26581ea,0 | ||
6,2e1d193f-d1da-4664-8a2b-ffdfe0aa7be3,0 | ||
1000010407,89e68530-422e-43ba-bd00-aa3d8f2cfcaa,1 | ||
1000024046,4055a53b-411f-46f0-9d2e-cf03bc95c080,0 | ||
1000054511,49d14d8e-5c42-439d-b4a8-995e25b1602f,0 | ||
1000065922,4e31b8aa-4aa9-4e8b-be8f-5cc6323235b4,0 | ||
1000066478,2e1d193f-d1da-4664-8a2b-ffdfe0aa7be3,0 | ||
1000067268,25ce1456-546d-4e35-bddc-d571b26581ea,0 | ||
100007536,d8da52c1-d145-4dff-b3d1-127c6eb75d40,1 | ||
1000079839,6870f256-e145-4d75-adb0-99ccb77d5d3a,0 | ||
10000913,ac1e1ca3-5ca8-438a-85a4-8175ed5bb7ec,0 | ||
1000104538,9ff4ed3a-6b00-4130-9aca-2ed897305fd1,1 | ||
7,00000000-0000-0000-0000-000000000000,0 | ||
8,80000000-0000-0000-0000-000000000000,0 | ||
9,FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF,1 | ||
|
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
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
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.