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(org.apache.hadoop.hive.ql.exec.vector.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(org.apache.hadoop.hive.ql.exec.vector.ColumnVector[] cols,
int size,
BitSet selectedBitSet)
throws IOException
cols - size - selectedBitSet - IOExceptionvoid close()
throws IOException
IOExceptionboolean isEmpty()
true if no delete events were foundCopyright © 2019 The Apache Software Foundation. All Rights Reserved.