Use this tag for questions related to the act of gathering/collecting/grouping data/results from several nodes/places/computers to one (or main) resource(s).
Is there a more succinct way to get one column of a dplyr tbl as a vector, from a tbl …
r dplyr lazy-evaluation collectFrom this code I don't know the difference between the two methods, collect and each. a = ["L","Z","J"].collect{|…
ruby each collectIs it possible to use one call to collect to make 2 new lists? If not, how can I do this …
list scala collectOracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production. I have a table in the below format. Name Department Johny …
casting oracle11g collectLets say we have this boring piece of code that we all had to use: ArrayList<Long> ids = …
java java-8 java-stream collectI have group of students. First I want to group them by the marks. Then I want to further group …
java java-8 java-stream method-reference collect