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
Buffer::from_bytes
Bytes
Describe the bug
https://docs.rs/arrow-buffer/53.2.0/arrow_buffer/buffer/struct.Buffer.html#method.from_bytes
/// Auxiliary method to create a new Buffer pub fn from_bytes(bytes: Bytes) -> Self
This method is in the public API, but cannot be called.
Expected behavior
Any outside users looking at this are probably better served by Buffer::from_vec.
Buffer::from_vec
The text was updated successfully, but these errors were encountered:
We should probably make from_bytes crate private, agreed
Sorry, something went wrong.
No branches or pull requests
Describe the bug
https://docs.rs/arrow-buffer/53.2.0/arrow_buffer/buffer/struct.Buffer.html#method.from_bytes
This method is in the public API, but cannot be called.
Expected behavior
Any outside users looking at this are probably better served by
Buffer::from_vec
.The text was updated successfully, but these errors were encountered: