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