-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port pg_sys::ArrayGetNItems into RawArray::len
This allows us to perform the calculation entirely in Rust, so there is now no more FFI overhead for creating a RawArray. This will become more useful when it is being used more vigorously as part of the implementation of arrays.
- Loading branch information
1 parent
30b1834
commit c6e4785
Showing
2 changed files
with
12 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters