Docs.rs
vortex-array-0.29.0
vortex-array 0.29.0
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
arrow-arith ^54.3.1
normal
arrow-array ^54.3.1
normal
arrow-buffer ^54.3.1
normal
arrow-cast ^54.3.1
normal
arrow-ord ^54.3.1
normal
arrow-schema ^54.3.1
normal
arrow-select ^54.3.1
normal
arrow-string ^54.3.1
normal
cfg-if ^1
normal
enum-iterator ^2.0.0
normal
flatbuffers ^25
normal
flexbuffers ^25
normal
futures-util ^0.3.31
normal
getrandom ^0.3.1
normal
goldenfile ^1
normal
optional
hashbrown ^0.15.1
normal
humansize ^2.1.3
normal
itertools ^0.14.0
normal
log ^0.4.21
normal
num-traits ^0.2.19
normal
num_enum ^0.7.2
normal
parking_lot ^0.12.3
normal
paste ^1.0.15
normal
pin-project ^1.1.5
normal
rand ^0.9.0
normal
rkyv ^0.8.10
normal
rstest ^0.25
normal
optional
rstest_reuse ^0.7.0
normal
optional
rustc-hash ^2
normal
serde ^1.0.203
normal
static_assertions ^1.1
normal
vortex-buffer ^0.29.0
normal
vortex-dtype ^0.29.0
normal
vortex-error ^0.29.0
normal
vortex-flatbuffers ^0.29.0
normal
vortex-mask ^0.29.0
normal
vortex-scalar ^0.29.0
normal
codspeed-divan-compat ^2.8.0
dev
rstest ^0.25
dev
Versions
49.68%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vortex_
array
0.29.0
In vortex_
array::
compute
Structs
BetweenOptions
Filter
FilterInputs
FilterKernelAdapter
InvocationArgs
IsConstantOpts
LikeOptions
MinMaxResult
Enums
BinaryOperator
Input
Operator
Output
SearchResult
SearchSortedSide
StrictComparison
Traits
BetweenFn
BinaryBooleanFn
BinaryNumericFn
CastFn
CompareFn
ComputeFn
FillForwardFn
FillNullFn
FilterKernel
IndexOrd
InvertFn
IsConstantFn
IsSortedFn
IsSortedIteratorExt
Kernel
LikeFn
MaskFn
MinMaxFn
OptimizeFn
Options
ScalarAtFn
SearchSorted
SearchSortedFn
SearchSortedUsizeFn
SliceFn
SumFn
TakeFn
TakeFromFn
ToArrowFn
UncompressedSizeFn
Functions
add
add_scalar
and
and_kleene
between
binary_boolean
binary_numeric
compare
compare_lengths_to_empty
div
div_scalar
fill_forward
fill_null
filter
invert
is_constant
is_constant_opts
is_sorted
is_strict_sorted
like
mask
min_max
mul
mul_scalar
optimize
or
or_kleene
preferred_arrow_data_type
scalar_at
scalar_cmp
search_sorted
search_sorted_many
search_sorted_usize
search_sorted_usize_many
slice
sub
sub_scalar
sum
take
take_into
to_arrow
to_arrow_preferred
try_cast
uncompressed_size
Type Aliases
ComputeFnRef
KernelRef
vortex_array
::
compute
Function
scalar_cmp
Copy item path
Settings
Help
Summary
Source
pub fn scalar_cmp(lhs: &
Scalar
, rhs: &
Scalar
, operator:
Operator
) ->
Scalar