We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
slice
retain
xtdb.arrow
Add the following two methods to the (kotlin) Vector interface.
The text was updated successfully, but these errors were encountered:
[xt-arrow] added openSlice, xtdb#4170
87e3fa1
jarohen
No branches or pull requests
Add the following two methods to the (kotlin) Vector interface.
retain
- increments the ref counter of the underlying buffers, i.e. this vector get closed twice.slice
- creates a completely new vector objectThe text was updated successfully, but these errors were encountered: