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§
Enums§
- Data
Type - 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
arraytoto_typeif possible. - concat_
arrays - Concatenate multiple Array of the same type into a single ArrayRef.
- filter_
array - Returns a filtered
valuesArraywhere the corresponding elements ofpredicatearetrue. - zip_
select - Zip two arrays by some boolean mask.
Type Aliases§
- Array
Ref - A reference-counted reference to a generic
Array