Docs.rs
vortex-sequence-0.53.0
vortex-sequence 0.53.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vortex-admin
Dependencies
num-traits ^0.2.19
normal
prost ^0.14
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-io ^0.53.0
normal
vortex-mask ^0.53.0
normal
vortex-proto ^0.53.0
normal
vortex-scalar ^0.53.0
normal
rstest ^0.26
dev
tokio ^1.47
dev
Versions
80%
of the crate is documented
Platform
x86_64-apple-darwin
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_sequence
vortex_
sequence
0.53.0
All Items
Crate Items
Structs
Functions
Crate
vortex_
sequence
Copy item path
Source
Structs
§
Sequence
Array
Represents the equation A[i] = a * i + b. This can be used for compression, fast comparisons and also for row ids. An array representing the equation
A[i] = base + i * multiplier
.
Sequence
Encoding
Represents the equation A[i] = a * i + b. This can be used for compression, fast comparisons and also for row ids.
SequenceV
Table
Represents the equation A[i] = a * i + b. This can be used for compression, fast comparisons and also for row ids.
Functions
§
sequence_
encode
Encodes a primitive array into a sequence array, this is possible if: