Expand description
A collection of compute functions primarily for operating over Vortex vectors.
Modulesยง
- arithmetic
- Arithmetic operations on buffers and vectors.
- arrow
- Conversion logic between Vortex vector types and Arrow types.
- cast
- Lossless casting of Vortex vectors and scalars for different logical data types.
- comparison
- Comparison operations for Vortex vectors.
- expand
- Expand function.
- filter
- Filter function.
- logical
- Logical boolean functions.
- take
- Take function.