32333435363738
return prel.accept(INSTANCE, null); } @Override public Prel visitScreen(ScreenPrel prel, Void value) throws RuntimeException { return prel.copy(prel.getTraitSet(), Collections.singletonList((RelNode)new ComplexToJsonPrel((Prel)prel.getChild()))); }