Docs.rs
vortex-expr-0.53.0
vortex-expr 0.53.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
robert3005
gatesn
github:spiraldb:crates-io
vortex-admin
Dependencies
arbitrary ^1.3.2
normal
optional
arcref ^0.2.0
normal
async-trait ^0.1.89
normal
dyn-hash ^0.2.0
normal
futures ^0.3.31
normal
itertools ^0.14.0
normal
parking_lot ^0.12.3
normal
paste ^1.0.15
normal
prost ^0.14
normal
serde ^1.0.217
normal
optional
termtree ^0.5
normal
vortex-array ^0.53.0
normal
vortex-buffer ^0.53.0
normal
vortex-dtype ^0.53.0
normal
vortex-error ^0.53.0
normal
vortex-mask ^0.53.0
normal
vortex-proto ^0.53.0
normal
vortex-scalar ^0.53.0
normal
vortex-utils ^0.53.0
normal
anyhow ^1.0.95
dev
insta ^1.43
dev
rstest ^0.26
dev
Versions
51.89%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
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_
expr
0.53.0
Annotation
Fn
Required Associated Types
Annotation
Implementors
In vortex_
expr::
transform::
annotations
vortex_expr
::
transform
::
annotations
Trait
Annotation
Fn
Copy item path
Source
pub trait AnnotationFn:
Fn
(&
ExprRef
) ->
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
(&
ExprRef
) ->
Vec
<A>,
Source
§
type
Annotation
= A