Skip to content

CallStatistics

Defined in: src/types.ts:304

Per-call I/O counters, matching Python’s CallStatistics.

inputBatches: number;

Defined in: src/types.ts:306

Number of input batches read from the client.


inputBytes: number;

Defined in: src/types.ts:314

Total serialized bytes of all input batches.


inputRows: number;

Defined in: src/types.ts:310

Total rows across all input batches.


outputBatches: number;

Defined in: src/types.ts:308

Number of output batches written to the client.


outputBytes: number;

Defined in: src/types.ts:316

Total serialized bytes of all output batches.


outputRows: number;

Defined in: src/types.ts:312

Total rows across all output batches.