Support mapNotNull intermediate operation

This commit is contained in:
Vitaliy.Bibaev
2017-12-21 16:10:13 +03:00
committed by Yan Zhulanow
parent eaee6697f2
commit 85d83309ae
3 changed files with 47 additions and 6 deletions
@@ -13,21 +13,19 @@ toList
after: nothing
mappings for mapNotNull
direct:
1 -> nothing
1 -> 2
3 -> nothing
4 -> nothing
5 -> nothing
5 -> 6
reverse:
nothing <- 2
nothing <- 6
1 <- 2
5 <- 6
mappings for toList
direct:
2 -> nothing
6 -> nothing
reverse:
empty
WRONG! Support will be implemented later
Disconnected from the target VM
Process finished with exit code 0