OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
windowFunctions = ImmutableSet.copyOf(analysis.getWindowFunctions(node))windowFunctions = ImmutableList.copyOf(analysis.getWindowFunctions(node))ImmutableSet.copyOf(analysis.getWindowFunctions(node))ImmutableList.copyOf(analysis.getWindowFunctions(node))presto6bbf957c80a265e2e3813951641e6f23580da89acom.facebook.presto.sql.planner.QueryPlanner
_1524
_2525
_1windowFunctions
_2windowFunctions
v0analysis.getWindowFunctions(node)
  • com.google.common.collect.ImmutableList
v0analysis.getWindowFunctions(node)
AssignedToTrue
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-serverabbc916b5b86e51ba58b5dbd385a59b9a8ebd028org.graylog2.indexer.indexset.MongoIndexSetService
_190
_2100
_1findAll
_2findAll
v0(Iterator<? extends IndexSetConfig>)collection.find()
  • com.google.common.collect.ImmutableList
v0(Iterator<? extends IndexSetConfig>)collection.find()
ReturnsTrue