Toggle navigation
Home
java.util.Optional to java.util.Map
No. of Instances - 55
No. of Commits - 4
No. of Projects - {'presto', 'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
specificOffsets.get()
to
specificOffset
nodeSplits.get()
to
nodeSplits.get(planNodeId)
accept
to
accept
delegateResult.get()
to
delegateResult
Optional
to
partitionColumnStatistics.entrySet().stream().collect(toImmutableMap(Entry::getKey,entry -> ImmutableSet.copyOf(entry.getValue())))
Rename Variable
dataSource
to
splitSources
dataSource
to
splitSources
dataSource
to
splitSources
splits
to
splitSources
splits
to
splitSources
dataSource
to
splitSources
Cascading Type Change (Similar)
Optional<SplitSource>
to
Map<PlanNodeId,SplitSource>
Other
partitionsByName.build()
to
partitionsByName.build()
ImmutableMap.of()
to
ImmutableMap.of()
ImmutableMap.of()
to
ImmutableMap.of()
ImmutableMap.of()
to
ImmutableMap.of()
ImmutableMap.of()
to
ImmutableMap.of()
resultBuilder.build()
to
resultBuilder.build()
result.build()
to
result.build()
Update argument list (Method invocation)
getTableColumnStatistics
to
getTableColumnStatistics