Uses of Class
io.prestosql.operator.JoinOperatorInfo
-
Packages that use JoinOperatorInfo Package Description io.prestosql.operator -
-
Uses of JoinOperatorInfo in io.prestosql.operator
Methods in io.prestosql.operator that return JoinOperatorInfo Modifier and Type Method Description static JoinOperatorInfoJoinOperatorInfo. createJoinOperatorInfo(LookupJoinOperators.JoinType joinType, long[] logHistogramCounters, Optional<Long> lookupSourcePositions)JoinOperatorInfoJoinStatisticsCounter. get()JoinOperatorInfoJoinOperatorInfo. mergeWith(JoinOperatorInfo other)Methods in io.prestosql.operator with parameters of type JoinOperatorInfo Modifier and Type Method Description JoinOperatorInfoJoinOperatorInfo. mergeWith(JoinOperatorInfo other)
-