public interface BaseStruct extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close to release the main buffer.
|
long |
memoryAddress()
Get memory address.
|
void |
release()
Call the release callback of an ArrowArray.
|
long memoryAddress()
void release()
This function must not be called for child arrays.
void close()
close in interface AutoCloseableCopyright © 2024 The Apache Software Foundation. All rights reserved.