protected static interface VectorizedOrcAcidRowBatchReader.DeleteEventRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
close()
The close() method can be called externally to signal the implementing classes
to free up resources.
|
void |
findDeletedRecords(ColumnVector[] cols,
int size,
BitSet selectedBitSet)
Modifies the passed bitset to indicate which of the rows in the batch
have been deleted.
|
boolean |
isEmpty() |
void findDeletedRecords(ColumnVector[] cols, int size, BitSet selectedBitSet) throws IOException
cols - size - selectedBitSet - IOExceptionvoid close()
throws IOException
IOExceptionboolean isEmpty()
true if no delete events were foundCopyright © 2022 The Apache Software Foundation. All rights reserved.