Uses of Interface
io.trino.exchange.ExchangeInput
Packages that use ExchangeInput
-
Uses of ExchangeInput in io.trino.exchange
Classes in io.trino.exchange that implement ExchangeInputMethods in io.trino.exchange with parameters of type ExchangeInputModifier and TypeMethodDescriptionvoidDirectExchangeDataSource.addInput(ExchangeInput input) voidExchangeDataSource.addInput(ExchangeInput input) voidLazyExchangeDataSource.addInput(ExchangeInput input) voidSpoolingExchangeDataSource.addInput(ExchangeInput input) -
Uses of ExchangeInput in io.trino.execution
Method parameters in io.trino.execution with type arguments of type ExchangeInputModifier and TypeMethodDescriptionvoidQueryExecution.QueryOutputInfo.drainInputs(Consumer<ExchangeInput> consumer) voidQueryStateMachine.QueryOutputManager.updateInputsForQueryResults(List<ExchangeInput> newInputs, boolean noMoreInputs) voidQueryStateMachine.updateInputsForQueryResults(List<ExchangeInput> inputs, boolean noMoreInputs) Constructor parameters in io.trino.execution with type arguments of type ExchangeInputModifierConstructorDescriptionQueryOutputInfo(List<String> columnNames, List<Type> columnTypes, Queue<ExchangeInput> inputsQueue, boolean noMoreInputs) -
Uses of ExchangeInput in io.trino.split
Methods in io.trino.split that return ExchangeInputConstructors in io.trino.split with parameters of type ExchangeInput