Skip to main content

Crate fionn_ops

Crate fionn_ops 

Source
Expand description

Operations and processors for fionn

This crate provides:

Re-exports§

pub use operations::CanonicalOperationProcessor;
pub use operations::DsonOperation;
pub use operations::FilterPredicate;
pub use operations::MergeStrategy;
pub use operations::OperationOptimizer;
pub use operations::ReduceFunction;
pub use operations::StreamGenerator;
pub use operations::TransformFunction;
pub use processor::BlackBoxProcessor;
pub use processor::SimdDsonProcessor;
pub use processor::StreamingProcessor;

Modules§

dson_impl
DSON trait implementations DSON Trait Implementations for SIMD-DSON
dson_traits
DSON trait abstractions DSON Trait Abstractions
operations
Canonical operations and optimization Canonical DSON Operations and Zero-Allocation Processing
processor
Processing engines Processing engines for DSON operations

Enums§

OperationValue
Values that can be operated on (re-exported from fionn-core) Values that can be operated on (references to avoid allocation)