windowFunctions = ImmutableSet.copyOf(analysis.getWindowFunctions(node)) | windowFunctions = ImmutableList.copyOf(analysis.getWindowFunctions(node)) | ImmutableSet.copyOf(analysis.getWindowFunctions(node)) | ImmutableList.copyOf(analysis.getWindowFunctions(node)) | presto | 6bbf957c80a265e2e3813951641e6f23580da89a | com.facebook.presto.sql.planner.QueryPlanner | | _1 | windowFunctions |
---|
_2 | windowFunctions |
---|
| v0 | analysis.getWindowFunctions(node) |
---|
| - com.google.common.collect.ImmutableList
| v0 | analysis.getWindowFunctions(node) |
---|
| AssignedTo | True |
return ImmutableSet.copyOf((Iterator<? extends IndexSetConfig>)collection.find()); | return ImmutableList.copyOf((Iterator<? extends IndexSetConfig>)collection.find()); | ImmutableSet.copyOf((Iterator<? extends IndexSetConfig>)collection.find()) | ImmutableList.copyOf((Iterator<? extends IndexSetConfig>)collection.find()) | graylog2-server | abbc916b5b86e51ba58b5dbd385a59b9a8ebd028 | org.graylog2.indexer.indexset.MongoIndexSetService | | | v0 | (Iterator<? extends IndexSetConfig>)collection.find() |
---|
| - com.google.common.collect.ImmutableList
| v0 | (Iterator<? extends IndexSetConfig>)collection.find() |
---|
| Returns | True |