Currently _repr_html_ is implemented in the RelationalOperand. This causes the fetch execution to occur when you typein the name of the RelationalOperand (and its derivatives) in IPython/Jupyter notebook. This is in disagreement with the rest of the repr behavior, where we only fetch and preview table content for repr in the Fetch object. Shall we move _repr_html_ into Fetch and Fetch1 to be more consistent with the rest?