Package io.trino.plugin.hive.util
Class AsyncQueue.BorrowResult<T,R>
- java.lang.Object
-
- io.trino.plugin.hive.util.AsyncQueue.BorrowResult<T,R>
-
- Enclosing class:
- AsyncQueue<T>
public static final class AsyncQueue.BorrowResult<T,R> extends Object
-
-
Constructor Summary
Constructors Constructor Description BorrowResult(List<T> elementsToInsert, R result)
-