Structsยง
- Mock the input of executor. You can bind one or more
MockExecutor
as the children of the executor to test, (HashAgg
, e.g), so that allow testing without instantiating realSeqScan
s and real storage.
MockExecutor
as the children of the executor to test,
(HashAgg
, e.g), so that allow testing without instantiating real SeqScan
s and real storage.