nxt::io::arrow namespace

Classes

class ipc_trace
In-memory trace collector that writes Arrow IPC files on demand.
struct trace_row
One row in a trace stream written as an Arrow IPC table.

Functions

auto read_trace_ipc(std::string_view path) →  std::vector<trace_row>
Read an Arrow IPC trace file back into row structs.

Function documentation

std::vector<trace_row> nxt::io::arrow::read_trace_ipc(std::string_view path)

Read an Arrow IPC trace file back into row structs.