Docs.rs
vortex-array-0.7.0
vortex-array 0.7.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
robert3005
gatesn
github:spiraldb:crates-io
vortex-admin
Dependencies
arrow-arith ^52.0.0
normal
arrow-array ^52.0.0
normal
arrow-buffer ^52.0.0
normal
arrow-cast ^52.0.0
normal
arrow-ord ^52.0.0
normal
arrow-schema ^52.0.0
normal
arrow-select ^52.0.0
normal
bytes ^1.6.0
normal
enum-iterator ^2.0.0
normal
flatbuffers ^24.3.25
normal
optional
flexbuffers ^2.0.0
normal
optional
futures-util ^0.3.30
normal
humansize ^2.1.3
normal
itertools ^0.13.0
normal
lazy_static ^1.4.0
normal
log ^0.4.21
normal
num-traits ^0.2.18
normal
num_enum ^0.7.2
normal
paste ^1.0.14
normal
pin-project ^1.1.5
normal
rand ^0.8.5
normal
serde ^1.0.197
normal
vortex-buffer ^0.7.0
normal
vortex-dtype ^0.7.0
normal
vortex-error ^0.7.0
normal
vortex-expr ^0.7.0
normal
vortex-flatbuffers ^0.7.0
normal
optional
vortex-scalar ^0.7.0
normal
criterion ^0.5.1
dev
rstest ^0.22
dev
tokio ^1.37.0
dev
getrandom ^0.2.14
normal
Versions
16.99%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vortex
0.7.0
Into
Array
Required Methods
into_array
Implementations on Foreign Types
Vec<T>
Implementors
In crate vortex
Trait
vortex
::
IntoArray
Copy item path
source
·
[
−
]
pub trait IntoArray { // Required method fn
into_array
(self) ->
Array
; }
Required Methods
§
source
fn
into_array
(self) ->
Array
Implementations on Foreign Types
§
source
§
impl<T:
NativePType
>
IntoArray
for
Vec
<T>
source
§
fn
into_array
(self) ->
Array
Implementors
§
source
§
impl
IntoArray
for
LogicalValidity
source
§
impl
IntoArray
for
ArrayView
source
§
impl<'a>
IntoArray
for
BoolArray
source
§
impl<'a>
IntoArray
for
ChunkedArray
source
§
impl<'a>
IntoArray
for
ConstantArray
source
§
impl<'a>
IntoArray
for
ExtensionArray
source
§
impl<'a>
IntoArray
for
NullArray
source
§
impl<'a>
IntoArray
for
PrimitiveArray
source
§
impl<'a>
IntoArray
for
SparseArray
source
§
impl<'a>
IntoArray
for
StructArray
source
§
impl<'a>
IntoArray
for
VarBinArray
source
§
impl<'a>
IntoArray
for
VarBinViewArray
source
§
impl<D:
ArrayDef
>
IntoArray
for
TypedArray
<D>