Skip to main content

EventDataFrame

Type Alias EventDataFrame 

Source
pub type EventDataFrame = Arc<DataFrame>;
Expand description

Event data stored as a Polars DataFrame for efficient columnar access Each column represents one parameter (e.g., FSC-A, SSC-A, FL1-A) Benefits:

  • Zero-copy column access
  • Built-in SIMD operations
  • Lazy evaluation for complex queries
  • Apache Arrow interop

Aliased Typeยง

pub struct EventDataFrame { /* private fields */ }