Module compute_prelude

Module compute_prelude 

Source
Expand description

Centralized re-exports for Arrow compute affordances used by fast paths. Pin to arrow-rs 56.x modules so call sites stay tidy.

Modules§

boolean
cmp
comparison

Enums§

DataType
Datatypes supported by this implementation of Apache Arrow.

Functions§

cast_temporal_if_needed
Temporal casting affordance – call when a temporal kernel is required.
cast_with_options
Try to cast array to to_type if possible.
concat_arrays
Concatenate multiple Array of the same type into a single ArrayRef.
filter_array
Returns a filtered values Array where the corresponding elements of predicate are true.
zip_select
Zip two arrays by some boolean mask.

Type Aliases§

ArrayRef
A reference-counted reference to a generic Array