hyrise-v1
hyrise-v1 copied to clipboard
Enhance Expression Support
Currently only rudimentary expression support is available for HYRISE. It should be extended to support.
- Expressions: mod( (a * b), 1000)
- Expressions: like - string matching
- Expressions: exists with subselect
- Expressions: substr()
- Expressions: ascii()
- Expressions: extract (year from data)
implemented like expression in https://github.com/kateyy/hyrise/tree/feature/LikeExpression