Docs.rs
vortex-all-0.14.0
vortex-all 0.14.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
a10y
Dependencies
vortex-alp ^0.14.0
normal
vortex-array ^0.14.0
normal
vortex-buffer ^0.14.0
normal
vortex-bytebool ^0.14.0
normal
vortex-datetime-dtype ^0.14.0
normal
vortex-datetime-parts ^0.14.0
normal
vortex-dict ^0.14.0
normal
vortex-dtype ^0.14.0
normal
vortex-error ^0.14.0
normal
vortex-expr ^0.14.0
normal
vortex-fastlanes ^0.14.0
normal
vortex-flatbuffers ^0.14.0
normal
vortex-fsst ^0.14.0
normal
vortex-proto ^0.14.0
normal
vortex-roaring ^0.14.0
normal
vortex-runend ^0.14.0
normal
vortex-runend-bool ^0.14.0
normal
vortex-sampling-compressor ^0.14.0
normal
vortex-scalar ^0.14.0
normal
vortex-schema ^0.14.0
normal
vortex-serde ^0.14.0
normal
vortex-zigzag ^0.14.0
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vortex
0.14.0
ToArray
Required Methods
to_array
Implementations on Foreign Types
ALPArray
ALPRDArray
BitPackedArray
ByteBoolArray
DateTimePartsArray
DeltaArray
DictArray
FSSTArray
FoRArray
RoaringBoolArray
RoaringIntArray
RunEndArray
RunEndBoolArray
ZigZagArray
Implementors
In crate vortex
vortex
Trait
ToArray
Copy item path
Source
pub trait ToArray { // Required method fn
to_array
(&self) ->
Array
; }
Required Methods
§
Source
fn
to_array
(&self) ->
Array
Implementations on Foreign Types
§
Source
§
impl
ToArray
for
ALPArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
ALPRDArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
ByteBoolArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
DateTimePartsArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
DictArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
BitPackedArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
DeltaArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
FoRArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
FSSTArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
RoaringBoolArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
RoaringIntArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
RunEndBoolArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
RunEndArray
Source
§
fn
to_array
(&self) ->
Array
Source
§
impl
ToArray
for
ZigZagArray
Source
§
fn
to_array
(&self) ->
Array
Implementors
§
Source
§
impl
ToArray
for
BoolArray
Source
§
impl
ToArray
for
ChunkedArray
Source
§
impl
ToArray
for
ConstantArray
Source
§
impl
ToArray
for
ExtensionArray
Source
§
impl
ToArray
for
NullArray
Source
§
impl
ToArray
for
PrimitiveArray
Source
§
impl
ToArray
for
SparseArray
Source
§
impl
ToArray
for
StructArray
Source
§
impl
ToArray
for
VarBinArray
Source
§
impl
ToArray
for
VarBinViewArray
Source
§
impl
ToArray
for
ArrayData
Source
§
impl
ToArray
for
ArrayView
Source
§
impl<D>
ToArray
for
TypedArray
<D>
where D:
ArrayDef
,