-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reformatting in repl stage overflow * solve an oom * do not allow copy on relation btree * fix aggregation column order w ci ground truth * fix parallel aggregation deduplicate in relation btree clean code using same string hash function in c++ and py delete extra output fix docker w * fix IO size problem tmp try remove seletction in agg w * allow wildcard interpretor aggregation break interpreter aggregation break ww try fix agg col selection fix ci debuging * fix a divide 0 error w remove dirty file from other branch when 0-arity in head, always 1 count generated? * add max/min ww fix a history code add an example w * fix builtin = withd 0-arity try fix merge testcase fix truth w w add DeALS to compare * refact API remove dead code * change CI time add more example * add some aggregation join support in backend * fix a divide 0 error * remove dirty file from other branch * fix builtin = withd 0-arity try fix * New aggregators design Aggregators specify the number of their input and output columns. They no longer specify the arity of the aggregated relation. Aggregation is handled similar to joins now. stage change * implement new aggregation API * fix nullptr in range test * seperate example to another repo * adjust example folder * add more ci time * reorgainize code * add negative number support * update base * w * before merge aggregation * add output ir * on progress, test parsing * add negation and aggregation back * comment old compiler CI * compat with icc * add time output fix w w * add bypass w satge stage stage resolve all bb Co-authored-by: Kristopher Micinski <[email protected]> stage stage stage stage stage test ex_simple fix switch w stage stage stage w fix * switch list before w add v3 * better print fix * extend string hash limit dump fix slightly better clean and fix pure number string in fact fix ci fix string agian... * fix string printting * fixed entry point on docker (#43) * Preprocess slog file using mzpp(runslog only) * clean file --------- Co-authored-by: Kristopher Micinski <[email protected]> Co-authored-by: Yihao Sun <[email protected]> Co-authored-by: Yihao Sun <[email protected]> Co-authored-by: Arash Sahebolamri <[email protected]> Co-authored-by: Yihao Sun <[email protected]> Co-authored-by: Yihao Sun <[email protected]> Co-authored-by: Michael Gathara <[email protected]>
- Loading branch information
1 parent
4174d23
commit 8af0e6f
Showing
110 changed files
with
7,738 additions
and
210,569 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
BasedOnStyle: LLVM | ||
UseTab: Never | ||
IndentWidth: 4 | ||
TabWidth: 4 | ||
AllowShortIfStatementsOnASingleLine: false | ||
IndentCaseLabels: false | ||
ColumnLimit: 0 | ||
AccessModifierOffset: -4 | ||
NamespaceIndentation: All | ||
FixNamespaceComments: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "examples/examples/datalog-examples"] | ||
path = examples/examples/datalog-examples | ||
url = [email protected]:harp-lab/rosetta-slog.git | ||
[submodule "examples/datalog-example"] | ||
path = examples/datalog-example | ||
url = [email protected]:harp-lab/rosetta-slog.git |
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.