Uses of Interface
io.trino.split.RemoteSplit.ExchangeInput
-
Packages that use RemoteSplit.ExchangeInput Package Description io.trino.split -
-
Uses of RemoteSplit.ExchangeInput in io.trino.split
Classes in io.trino.split that implement RemoteSplit.ExchangeInput Modifier and Type Class Description static classRemoteSplit.DirectExchangeInputstatic classRemoteSplit.SpoolingExchangeInputMethods in io.trino.split that return RemoteSplit.ExchangeInput Modifier and Type Method Description RemoteSplit.ExchangeInputRemoteSplit. getExchangeInput()Constructors in io.trino.split with parameters of type RemoteSplit.ExchangeInput Constructor Description RemoteSplit(RemoteSplit.ExchangeInput exchangeInput)
-