nxt::ai::trace namespace

Classes

class response_trace
Responses-specific trace writer backed by Arrow IPC.

Typedefs

using trace_row = nxt::io::arrow::trace_row
Generic Arrow trace row used by Responses tracing.

Functions

auto read_trace_ipc(std::string_view path) →  std::vector<trace_row>
Read a Responses trace IPC file back into rows.

Typedef documentation

using nxt::ai::trace::trace_row = nxt::io::arrow::trace_row

Generic Arrow trace row used by Responses tracing.

Function documentation

std::vector<trace_row> nxt::ai::trace::read_trace_ipc(std::string_view path)

Read a Responses trace IPC file back into rows.