values = ImmutableList.copyOf(Visitors.toConstant(predicate.arguments().get(1)).values()) | values = ImmutableSet.copyOf(Visitors.toConstant(predicate.arguments().get(1)).values()) | ImmutableList.copyOf(Visitors.toConstant(predicate.arguments().get(1)).values()) | ImmutableSet.copyOf(Visitors.toConstant(predicate.arguments().get(1)).values()) | immutables | 2a3512b6a41a4c95c326b63aee5405c64469782f | org.immutables.criteria.geode.KeyLookupAnalyzer.PathAnalyzer | | | v0 | Visitors.toConstant(predicate.arguments().get(1)).values() |
---|
| - com.google.common.collect.ImmutableSet
| v0 | Visitors.toConstant(predicate.arguments().get(1)).values() |
---|
| AssignedTo | True |
return ImmutableList.copyOf(intersection); | return ImmutableSet.copyOf(intersection); | ImmutableList.copyOf(intersection) | ImmutableSet.copyOf(intersection) | presto | 8548ba813f2d426911062e59efa079ed296d44a6 | com.facebook.presto.sql.planner.plan.GroupIdNode | | _1 | getCommonGroupingColumns |
---|
_2 | getCommonGroupingColumns |
---|
| | - com.google.common.collect.ImmutableSet
| | Returns | True |