hyrise-v1 icon indicating copy to clipboard operation
hyrise-v1 copied to clipboard

Enhance Expression Support

Open grundprinzip opened this issue 12 years ago • 1 comments

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)

grundprinzip avatar Feb 08 '13 10:02 grundprinzip

implemented like expression in https://github.com/kateyy/hyrise/tree/feature/LikeExpression

kateyy avatar Oct 26 '13 12:10 kateyy