public static interface ColumnVector.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onClosed(ColumnVector cv,
int refCount)
`onClosed` is invoked with the updated `refCount` during `close`.
|
void onClosed(ColumnVector cv, int refCount)
cv
- reference to the ColumnVector we are closingrefCount
- the updated ref count for this ColumnVector at the time
of invocationCopyright © 2024. All rights reserved.