Toggle navigation
Home
java.lang.Integer to com.facebook.presto.orc.StreamId
No. of Instances - 14
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
stream.getColumn()
to
entry.getKey()
stream.getColumn()
to
entry.getKey()
stream.getColumn()
to
entry.getKey()
toImmutableMap(identity(),columnIndex -> actualRowGroupStatistics.get(columnIndex).get(rowGroupIndex).getColumnStatistics())
to
Collectors.toMap(entry -> entry.getKey().getColumn(),entry -> entry.getValue().get(rowGroupIndex).getColumnStatistics())
IntStream
to
actualRowGroupStatistics.entrySet()