Uses of Class
io.prestosql.operator.LookupJoinOperators.JoinType
-
Packages that use LookupJoinOperators.JoinType Package Description io.prestosql.operator -
-
Uses of LookupJoinOperators.JoinType in io.prestosql.operator
Methods in io.prestosql.operator that return LookupJoinOperators.JoinType Modifier and Type Method Description LookupJoinOperators.JoinTypeJoinOperatorInfo. getJoinType()static LookupJoinOperators.JoinTypeLookupJoinOperators.JoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static LookupJoinOperators.JoinType[]LookupJoinOperators.JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.prestosql.operator with parameters of type LookupJoinOperators.JoinType Modifier and Type Method Description static JoinOperatorInfoJoinOperatorInfo. createJoinOperatorInfo(LookupJoinOperators.JoinType joinType, long[] logHistogramCounters, Optional<Long> lookupSourcePositions)Constructors in io.prestosql.operator with parameters of type LookupJoinOperators.JoinType Constructor Description JoinOperatorInfo(LookupJoinOperators.JoinType joinType, long[] logHistogramProbes, long[] logHistogramOutput, Optional<Long> lookupSourcePositions)JoinStatisticsCounter(LookupJoinOperators.JoinType joinType)LookupJoinOperatorFactory(int operatorId, PlanNodeId planNodeId, JoinBridgeManager<? extends LookupSourceFactory> lookupSourceFactoryManager, List<Type> probeTypes, List<Type> probeOutputTypes, List<Type> buildOutputTypes, LookupJoinOperators.JoinType joinType, JoinProbe.JoinProbeFactory joinProbeFactory, BlockTypeOperators blockTypeOperators, OptionalInt totalOperatorsCount, List<Integer> probeJoinChannels, OptionalInt probeHashChannel, PartitioningSpillerFactory partitioningSpillerFactory)
-