Docs.rs
vortex-session-0.56.0
vortex-session 0.56.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vortex-admin
Dependencies
dashmap ^6.1.0
normal
vortex-error ^0.56.0
normal
vortex-utils ^0.56.0
normal
Versions
73.91%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate vortex_session
vortex_
session
0.56.0
All Items
Crate Items
Modules
Structs
Traits
Crate
vortex_
session
Copy item path
Source
Modules
§
registry
Many session types use a registry of objects that can be looked up by name to construct contexts. This module provides a generic registry type for that purpose.
Structs
§
Ref
RefMut
Vortex
Session
A Vortex session encapsulates the set of extensible arrays, layouts, compute functions, dtypes, etc. that are available for use in a given context.
Traits
§
Session
Ext
Trait for accessing and modifying the state of a Vortex session.
Session
Var
This trait defines variables that can be stored against a Vortex session.