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.
JIT Improve JitExpression Evaluation (hyrise#1496)
* Use less context in JitExpressions * Fix tests * Lint * Correct DebugAssert * Update print * Fix test * Improve jit_is_null * Update comments * Add extra variant class * Reduce change in jit_filter and jit_compute * Make JitVariant a struct * Add comments * refactor * Update comment * Add comments * update comment in JitFilter * Update comments and lint * use optional * Fix * Remove unnessary code * Only use optional * remove semicolon * Address comments * Fix linting Add explicit key word * Fix clang tidy * Rename JitExpression::resultI() to JitExpression::result_value_type() * [2/2] Rename JitExpression::resultI() to JitExpression::result_value_type() * Rename JitTupleValue to JitTupleEntry and JitHashmapValue to JitHashmapEntry
- Loading branch information
1 parent
be0436a
commit ca2d139
Showing
30 changed files
with
1,409 additions
and
1,153 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
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.