Docs.rs
vortex-0.58.0
vortex 0.58.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
robert3005
github:spiraldb:crates-io
a10y
vortex-admin
Dependencies
vortex-alp ^0.58.0
normal
vortex-array ^0.58.0
normal
vortex-btrblocks ^0.58.0
normal
vortex-buffer ^0.58.0
normal
vortex-bytebool ^0.58.0
normal
vortex-compute ^0.58.0
normal
vortex-datetime-parts ^0.58.0
normal
vortex-decimal-byte-parts ^0.58.0
normal
vortex-dtype ^0.58.0
normal
vortex-error ^0.58.0
normal
vortex-fastlanes ^0.58.0
normal
vortex-file ^0.58.0
normal
optional
vortex-flatbuffers ^0.58.0
normal
vortex-fsst ^0.58.0
normal
vortex-io ^0.58.0
normal
vortex-ipc ^0.58.0
normal
vortex-layout ^0.58.0
normal
vortex-mask ^0.58.0
normal
vortex-metrics ^0.58.0
normal
vortex-pco ^0.58.0
normal
vortex-proto ^0.58.0
normal
vortex-runend ^0.58.0
normal
vortex-scalar ^0.58.0
normal
vortex-scan ^0.58.0
normal
vortex-sequence ^0.58.0
normal
vortex-session ^0.58.0
normal
vortex-sparse ^0.58.0
normal
vortex-utils ^0.58.0
normal
vortex-vector ^0.58.0
normal
vortex-zigzag ^0.58.0
normal
vortex-zstd ^0.58.0
normal
optional
anyhow ^1.0.95
dev
arrow-array ^57
dev
codspeed-divan-compat ^4.0.4
dev
fastlanes ^0.5
dev
itertools ^0.14.0
dev
mimalloc ^0.1.42
dev
parquet ^57
dev
rand ^0.9.0
dev
serde_json ^1.0.116
dev
tokio ^1.48
dev
tracing ^0.1.41
dev
tracing-subscriber ^0.3
dev
Versions
8.57%
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
AnnotationFn
vortex
0.58.0
Annotation
Fn
Required Associated Types
Annotation
Implementors
In vortex::
expr::
analysis
vortex
::
expr
::
analysis
Trait
Annotation
Fn
Copy item path
Source
pub trait AnnotationFn:
Fn
(&
Expression
) ->
Vec
<Self::
Annotation
> { type
Annotation
:
Annotation
; }
Required Associated Types
§
Source
type
Annotation
:
Annotation
Implementors
§
Source
§
impl<A, F>
AnnotationFn
for F
where A:
Annotation
, F:
Fn
(&
Expression
) ->
Vec
<A>,
Source
§
type
Annotation
= A