Module async_events_table

Module async_events_table 

Source
Expand description

In-memory async events in arrow format

Structs§

AsyncEventRecord
Represents a single async span event record. Optimized for high-frequency data - process info can be joined when needed.
AsyncEventRecordBuilder
A builder for creating a RecordBatch of async event records.

Functions§

async_events_table_schema
Returns the schema for the async events table. Optimized for high-frequency data - excludes process info that can be joined.