Package io.trino.operator.index
Class TuplePageFilter
- java.lang.Object
-
- io.trino.operator.index.TuplePageFilter
-
- All Implemented Interfaces:
PageFilter
public class TuplePageFilter extends Object implements PageFilter
Filters out rows that do not match the values from the specified tuple
-
-
Constructor Summary
Constructors Constructor Description TuplePageFilter(Page tuplePage, List<BlockTypeOperators.BlockPositionEqual> equalOperators, List<Integer> inputChannels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectedPositionsfilter(ConnectorSession session, Page page)InputChannelsgetInputChannels()booleanisDeterministic()
-
-
-
Constructor Detail
-
TuplePageFilter
public TuplePageFilter(Page tuplePage, List<BlockTypeOperators.BlockPositionEqual> equalOperators, List<Integer> inputChannels)
-
-
Method Detail
-
isDeterministic
public boolean isDeterministic()
- Specified by:
isDeterministicin interfacePageFilter
-
getInputChannels
public InputChannels getInputChannels()
- Specified by:
getInputChannelsin interfacePageFilter
-
filter
public SelectedPositions filter(ConnectorSession session, Page page)
- Specified by:
filterin interfacePageFilter
-
-