Class LookupJoinOperator
java.lang.Object
io.trino.operator.join.unspilled.LookupJoinOperator
- All Implemented Interfaces:
WorkProcessorOperator,AutoCloseable
Like
LookupJoinOperator but simplified,
without spill support.-
Method Details
-
getOutputPages
- Specified by:
getOutputPagesin interfaceWorkProcessorOperator
-
getOperatorInfo
Description copied from interface:WorkProcessorOperatorReturnsOperatorInfo. This method must be thread safe. This method might be called after operator is closed to obtain finalOperatorInfo.- Specified by:
getOperatorInfoin interfaceWorkProcessorOperator
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceWorkProcessorOperator
-