Package io.trino.operator
Interface PageWithPositionEqualsAndHash
-
- All Known Implementing Classes:
SimplePageWithPositionEqualsAndHash
public interface PageWithPositionEqualsAndHashEquals and hash evaluated at the specified page positions. Implementations need to be hash table friendly.Note: this usage is likely to be megamorphic, so use at your own risk!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(Page left, int leftPosition, Page right, int rightPosition)longhashCode(Page page, int position)
-