Uses of Class
com.ocient.util.RowBatch
Packages that use RowBatch
-
Uses of RowBatch in com.ocient.util
Methods in com.ocient.util that return RowBatchMethod parameters in com.ocient.util with type arguments of type RowBatchModifier and TypeMethodDescriptionstatic RowBatchbooleanIterators.LazyFanInPriorityQueue.send(int streamIndex, CompletableFutures.SQLResult<RowBatch> batchOrEx, QueuePermit permit) Sends an item to the specified stream index.Constructor parameters in com.ocient.util with type arguments of type RowBatchModifierConstructorDescriptionLazyFanInPriorityQueue(int width, int capacity, SortMode sortMode, String queryId, Consumer<CompletableFutures.SQLResult<RowBatch>> onAdd, BiConsumer<CompletableFutures.SQLResult<RowBatch>, QueuePermit> onRemove, Executor executor) Constructs a LazyFanInPriorityQueue with the specified parameters.LazyFanInPriorityQueue(int width, int capacity, SortMode sortMode, String queryId, Consumer<CompletableFutures.SQLResult<RowBatch>> onAdd, BiConsumer<CompletableFutures.SQLResult<RowBatch>, QueuePermit> onRemove, Executor executor) Constructs a LazyFanInPriorityQueue with the specified parameters.