new InputColumn(1, DataTypes.INTEGER)));
dummyMergeNode.projections(Arrays.<Projection>asList(topNProjection));
DistributedRequestContextManager contextManager =
new DistributedRequestContextManager(new DummyDownstreamOperationFactory(rows), functions,
new StatsTables(ImmutableSettings.EMPTY, mock(NodeSettingsService.class)));
contextManager.createContext(dummyMergeNode, new NoopActionListener());
Streamer<?>[] streamers = new Streamer[2];
streamers[0] = DataTypes.INTEGER.streamer();