Uses of Interface
com.amazonaws.athena.connector.lambda.data.BlockAllocator.BatchGenerator
-
Packages that use BlockAllocator.BatchGenerator Package Description com.amazonaws.athena.connector.lambda.data -
-
Uses of BlockAllocator.BatchGenerator in com.amazonaws.athena.connector.lambda.data
Methods in com.amazonaws.athena.connector.lambda.data with parameters of type BlockAllocator.BatchGenerator Modifier and Type Method Description org.apache.arrow.vector.ipc.message.ArrowRecordBatch
BlockAllocator. registerBatch(BlockAllocator.BatchGenerator generator)
Allows for a leak-free way to create Apache Arrow Batches.org.apache.arrow.vector.ipc.message.ArrowRecordBatch
BlockAllocatorImpl. registerBatch(BlockAllocator.BatchGenerator generator)
Creates an ArrowRecordBatch and registers it for later clean up if the ArrowRecordBatch isn't explicitly closed by the caller.
-