nxtio/arrow.hpp file

Namespaces

namespace nxt
namespace nxt::io
namespace nxt::io::arrow

Classes

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

Functions

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