return projectorChain.result();
}
private ListenableFuture<Object[][]> handleWithService(CollectService collectService, CollectNode node) {
FlatProjectorChain projectorChain = new FlatProjectorChain(node.projections(), projectorVisitor);
CrateCollector collector = collectService.getCollector(node, projectorChain.firstProjector());
projectorChain.startProjections();
try {
collector.doCollect();
} catch (CollectionTerminatedException ex) {
// ignore