Uses of Class
org.apache.drill.exec.record.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
Modifier and TypeMethodDescriptionint
VectorSerializer.Writer.write
(WritableBatch batch, SelectionVector2 sv2) ModifierConstructorDescriptionCachedVectorContainer
(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
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.aggregate
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.partitionsender
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.protocol
Modifier and TypeMethodDescriptionOperatorRecordBatch.getWritableBatch()
BatchAccessor.writableBatch()
VectorContainerAccessor.writableBatch()
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.sort
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.svremover
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.TopN
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.unorderedreceiver
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.validate
-
Uses of WritableBatch in org.apache.drill.exec.physical.impl.xsort
-
Uses of WritableBatch in org.apache.drill.exec.record
Modifier and TypeMethodDescriptionstatic WritableBatch
WritableBatch.get
(VectorAccessible batch) static WritableBatch
WritableBatch.getBatchNoHV
(int recordCount, Iterable<ValueVector> vectors, boolean isSV2) static WritableBatch
WritableBatch.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) ModifierConstructorDescriptionFragmentWritableBatch
(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