Package io.trino.operator.join
Interface LookupSourceProvider
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
StaticLookupSourceProvider
public interface LookupSourceProvider extends AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLookupSourceProvider.LookupSourceLease
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()<R> RwithLease(Function<LookupSourceProvider.LookupSourceLease,R> action)
-
-
-
Method Detail
-
withLease
<R> R withLease(Function<LookupSourceProvider.LookupSourceLease,R> action)
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-