Uses of Class
org.apache.drill.exec.record.WritableBatch
Packages that use WritableBatch
Package
Description
Distributed cache for syncing state and data between Drillbits.
Defines a revised implementation of the Drill RecordBatch protocol.
Drill storage plugin.
-
Uses of WritableBatch in org.apache.drill.exec.cache
Methods in org.apache.drill.exec.cache with parameters of type WritableBatchModifier and TypeMethodDescriptionintVectorSerializer.Writer.write(WritableBatch batch, SelectionVector2 sv2) Constructors in org.apache.drill.exec.cache with parameters of type WritableBatchModifierConstructorDescriptionCachedVectorContainer(WritableBatch batch, BufferAllocator allocator) VectorAccessibleSerializable(WritableBatch batch, BufferAllocator allocator) VectorAccessibleSerializable(WritableBatch batch, SelectionVector2 sv2, BufferAllocator allocator) Creates a wrapper around batch and sv2 for writing to a stream. -
Uses of WritableBatch in org.apache.drill.exec.physical.impl
Methods in org.apache.drill.exec.physical.impl that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.aggregate
Methods in org.apache.drill.exec.physical.impl.aggregate that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.partitionsender
Methods in org.apache.drill.exec.physical.impl.partitionsender that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.protocol
Methods in org.apache.drill.exec.physical.impl.protocol that return WritableBatchModifier and TypeMethodDescriptionOperatorRecordBatch.getWritableBatch()BatchAccessor.writableBatch()VectorContainerAccessor.writableBatch() -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.sort
Methods in org.apache.drill.exec.physical.impl.sort that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.svremover
Methods in org.apache.drill.exec.physical.impl.svremover that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.TopN
Methods in org.apache.drill.exec.physical.impl.TopN that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.unorderedreceiver
Methods in org.apache.drill.exec.physical.impl.unorderedreceiver that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.validate
Methods in org.apache.drill.exec.physical.impl.validate that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.physical.impl.xsort
Methods in org.apache.drill.exec.physical.impl.xsort that return WritableBatch -
Uses of WritableBatch in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return WritableBatchModifier and TypeMethodDescriptionstatic WritableBatchWritableBatch.get(VectorAccessible batch) static WritableBatchWritableBatch.getBatchNoHV(int recordCount, Iterable<ValueVector> vectors, boolean isSV2) static WritableBatchWritableBatch.getBatchNoHVWrap(int recordCount, Iterable<VectorWrapper<?>> vws, boolean isSV2) AbstractRecordBatch.getWritableBatch()RecordBatch.getWritableBatch()Gets a writable version of this batch.RecordBatchLoader.getWritableBatch()SchemalessBatch.getWritableBatch()SimpleRecordBatch.getWritableBatch()WritableBatch.transfer(BufferAllocator allocator) Constructors in org.apache.drill.exec.record with parameters of type WritableBatchModifierConstructorDescriptionFragmentWritableBatch(boolean isLast, UserBitShared.QueryId queryId, int sendMajorFragmentId, int sendMinorFragmentId, int receiveMajorFragmentId, int[] receiveMinorFragmentIds, WritableBatch batch) FragmentWritableBatch(boolean isLast, UserBitShared.QueryId queryId, int sendMajorFragmentId, int sendMinorFragmentId, int receiveMajorFragmentId, int receiveMinorFragmentId, WritableBatch batch) -
Uses of WritableBatch in org.apache.drill.exec.store.drill.plugin
Methods in org.apache.drill.exec.store.drill.plugin that return WritableBatch