Package io.trino.operator.join
Interface PositionLinks.Factory
- Enclosing interface:
PositionLinks
public static interface PositionLinks.Factory
-
Method Summary
Modifier and TypeMethodDescriptionlongchecksum()create(List<JoinFilterFunction> searchFunctions) Separate JoinFilterFunctions have to be created and supplied for each thread using PositionLinks since JoinFilterFunction is not thread safe...
-
Method Details
-
create
Separate JoinFilterFunctions have to be created and supplied for each thread using PositionLinks since JoinFilterFunction is not thread safe... -
checksum
long checksum()- Returns:
- a checksum for this
PositionLinks, useful when entity is restored from spilled data
-