hyrise / hyrise-v1

HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)
https://github.com/hyrise/hyrise
MIT License
88 stars 44 forks source link

getInputTable <-> getResultTable #365

Closed kaihowl closed 10 years ago

kaihowl commented 10 years ago

getResultTable will return empty_result if output does not contain any tables. getInputTable will simply fail upon accessing a non-existent index. Is there any reason why these two methods do not expose similar behavior?

bastih commented 10 years ago

I remember putting it there (> 3 years ago) and there was probably a specific case where that was needed which I cannot fathom right now. I agree that symmetry should be the way to go in this matter. :+1: