forked from hyrise/hyrise
-
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 Casts and Date Intervals (hyrise#2411)
This PR,enables Hyrise to resolve SQL's `CAST` and `INTERVAL` statements. Intervals are implemented only for dates. This is achieved by a new `IntervalExpression` and date utilities. Anyway, this PR does not privode a full support of a Date type. Furthermore, the existing implementation of casts was revisited to match the SQL standard.
- Loading branch information
Showing
31 changed files
with
595 additions
and
177 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,6 @@ cmake-build-* | |
default.profdata | ||
default.profraw | ||
|
||
tpcc_cached_tables/ | ||
tpcds_cached_tables/ | ||
tpch_cached_tables/ |
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
Submodule tpcds-result-reproduction
updated
8 files
+3 −0 | answer_sets_tbl/16.tbl | |
+102 −0 | answer_sets_tbl/21.tbl | |
+3 −0 | answer_sets_tbl/32.tbl | |
+3 −0 | answer_sets_tbl/37.tbl | |
+4 −0 | answer_sets_tbl/82.tbl | |
+3 −0 | answer_sets_tbl/92.tbl | |
+3 −0 | answer_sets_tbl/94.tbl | |
+3 −0 | answer_sets_tbl/95.tbl |
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.