j***@uwaterloo.ca
2011-02-26 02:33:07 UTC
Since "In single tuple retrieval, ExecProcNode is invoked each time a new
tuple is needed.", I assumed we could use ExecProcNode within ExecHash to
retrieve tuples and then hash them into the hashtable (similar to
MultiExecHash).
However, it appears that ExecProcNode simply calls on ExecHash? This would
just give an infinite loop...
Am I mistaken about how this is supposed to work? How are we supposed to
retrieve the tuples from the node?
tuple is needed.", I assumed we could use ExecProcNode within ExecHash to
retrieve tuples and then hash them into the hashtable (similar to
MultiExecHash).
However, it appears that ExecProcNode simply calls on ExecHash? This would
just give an infinite loop...
Am I mistaken about how this is supposed to work? How are we supposed to
retrieve the tuples from the node?