Uses of Class
io.trino.operator.SetBuilderOperator.SetSupplier
Packages that use SetBuilderOperator.SetSupplier
-
Uses of SetBuilderOperator.SetSupplier in io.trino.operator
Methods in io.trino.operator that return SetBuilderOperator.SetSupplierMethods in io.trino.operator with parameters of type SetBuilderOperator.SetSupplierModifier and TypeMethodDescriptionstatic OperatorFactoryHashSemiJoinOperator.createOperatorFactory(int operatorId, PlanNodeId planNodeId, SetBuilderOperator.SetSupplier setSupplier, List<? extends Type> probeTypes, int probeJoinChannel, Optional<Integer> probeJoinHashChannel) Constructors in io.trino.operator with parameters of type SetBuilderOperator.SetSupplierModifierConstructorDescriptionSetBuilderOperator(OperatorContext operatorContext, SetBuilderOperator.SetSupplier setSupplier, int setChannel, Optional<Integer> hashChannel, int expectedPositions, JoinCompiler joinCompiler, TypeOperators typeOperators)