1 2 3 4 5 6 7 8
syntax = "proto3"; package rayexec.array; // IPC-encoded batches using the stream format. message IpcStreamBatch { bytes ipc = 1; }