Uses of Class
io.trino.operator.WorkProcessor.TransformationState
Packages that use WorkProcessor.TransformationState
-
Uses of WorkProcessor.TransformationState in io.trino.operator
Methods in io.trino.operator that return WorkProcessor.TransformationStateModifier and TypeMethodDescriptionstatic <T> WorkProcessor.TransformationState<T> WorkProcessor.TransformationState.blocked(com.google.common.util.concurrent.ListenableFuture<Void> blocked) Signals that transformation is blocked.static <T> WorkProcessor.TransformationState<T> WorkProcessor.TransformationState.finished()Signals that transformation has finished.static <T> WorkProcessor.TransformationState<T> WorkProcessor.TransformationState.needsMoreData()Signals that transformation requires more data in order to continue and no result has been produced.static <T> WorkProcessor.TransformationState<T> WorkProcessor.TransformationState.ofResult(T result) Signals that transformation has produced a result from its input.static <T> WorkProcessor.TransformationState<T> WorkProcessor.TransformationState.ofResult(T result, boolean needsMoreData) Signals that transformation has produced a result.Processes input elements and returns current transformation state.static <T> WorkProcessor.TransformationState<T> WorkProcessor.TransformationState.yielded()Signals that transformation has yielded. -
Uses of WorkProcessor.TransformationState in io.trino.operator.join
Methods in io.trino.operator.join that return WorkProcessor.TransformationStateModifier and TypeMethodDescription -
Uses of WorkProcessor.TransformationState in io.trino.operator.join.unspilled
Methods in io.trino.operator.join.unspilled that return WorkProcessor.TransformationStateModifier and TypeMethodDescription