Thanks Thomas,
Please would like to understand a bit more:
Given that Row.getBoolean is already possible, wouldn't it be more useful to have rows return booleans out of the box based on our own configuration?
is there a deeper reason why this is currently unavailable?
i.e with the understanding that it requires less code and makes things a lot easier instead of calling getBoolean repeatedly to achieve what i earlier described.
(for despite being the underlying storage type, Byte isn't very useful on its own.)