-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for array #291
base: main
Are you sure you want to change the base?
Conversation
docs/source/array.md
Outdated
### Reading | ||
These methods return pointers to the internal Arrow structures. One must NOT release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"One must NOT release the returned structures after using them."
You mean the user should not call the release callback ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I can make the formulation more precise.
Co-authored-by: Alexis Placet <[email protected]>
Co-authored-by: Alexis Placet <[email protected]>
Co-authored-by: Alexis Placet <[email protected]>
Co-authored-by: Alexis Placet <[email protected]>
Co-authored-by: Alexis Placet <[email protected]>
### Reading | ||
|
||
These methods return pointers to the internal Arrow structures. One must NOT call the | ||
`release` method od these structures after use. The array will release them upon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`release` method od these structures after use. The array will release them upon | |
`release` method on these structures after use. The sparrow array object will release them upon |
No description provided.