Docs.rs
vortex-sequence-0.42.1
vortex-sequence 0.42.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vortex-admin
Dependencies
arcref ^0.2.0
normal
num-traits ^0.2.19
normal
prost ^0.14
normal
vortex-array ^0.42.1
normal
vortex-buffer ^0.42.1
normal
vortex-dtype ^0.42.1
normal
vortex-error ^0.42.1
normal
vortex-mask ^0.42.1
normal
vortex-proto ^0.42.1
normal
vortex-scalar ^0.42.1
normal
tokio ^1.45.1
dev
Versions
80%
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
vortex_
sequence
0.42.1
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: