Package io.trino.operator.join
Interface LookupSourceProvider.LookupSourceLease
-
- Enclosing interface:
- LookupSourceProvider
public static interface LookupSourceProvider.LookupSourceLease
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LookupSourcegetLookupSource()IntPredicategetSpillMask()longspillEpoch()
-
-
-
Method Detail
-
getLookupSource
LookupSource getLookupSource()
-
spillEpoch
long spillEpoch()
-
getSpillMask
IntPredicate getSpillMask()
-
-