Docs.rs
lance-testing-0.21.0
lance-testing 0.21.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
eddyxu
wjones127
changhiskhan
westonpace
albertlockett
Dependencies
arrow-array ^53.2
normal
arrow-schema ^53.2
normal
lance-arrow =0.21.0
normal
num-traits ^0.2
normal
rand ^0.8.3
normal
Versions
25%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lance_
testing
0.21.0
In lance_
testing::
datagen
lance_testing
::
datagen
Function
sample_without_replacement
Copy item path
Source
pub fn sample_without_replacement<T:
Copy
>( choices: &
[T]
, num_picks:
u32
, ) ->
Vec
<T>