Package io.trino.operator.project
Class InputChannels
- java.lang.Object
-
- io.trino.operator.project.InputChannels
-
public class InputChannels extends Object
-
-
Constructor Summary
Constructors Constructor Description InputChannels(int... inputChannels)InputChannels(List<Integer> inputChannels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getInputChannels()PagegetInputChannels(Page page)intsize()StringtoString()
-