Package io.trino.operator.function
Class RegularTableFunctionPartition
java.lang.Object
io.trino.operator.function.RegularTableFunctionPartition
- All Implemented Interfaces:
TableFunctionPartition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionRegularTableFunctionPartition(PagesIndex pagesIndex, int partitionStart, int partitionEnd, TableFunctionDataProcessor tableFunction, int properChannelsCount, int passThroughSourcesCount, List<List<Integer>> requiredChannels, Optional<Map<Integer, Integer>> markerChannels, List<RegularTableFunctionPartition.PassThroughColumnSpecification> passThroughSpecifications) -
Method Summary
-
Constructor Details
-
RegularTableFunctionPartition
public RegularTableFunctionPartition(PagesIndex pagesIndex, int partitionStart, int partitionEnd, TableFunctionDataProcessor tableFunction, int properChannelsCount, int passThroughSourcesCount, List<List<Integer>> requiredChannels, Optional<Map<Integer, Integer>> markerChannels, List<RegularTableFunctionPartition.PassThroughColumnSpecification> passThroughSpecifications)
-
-
Method Details
-
toOutputPages
- Specified by:
toOutputPagesin interfaceTableFunctionPartition
-