CallStatistics
Defined in: src/types.ts:304
Per-call I/O counters, matching Python’s CallStatistics.
Properties
Section titled “Properties”inputBatches
Section titled “inputBatches”inputBatches: number;Defined in: src/types.ts:306
Number of input batches read from the client.
inputBytes
Section titled “inputBytes”inputBytes: number;Defined in: src/types.ts:314
Total serialized bytes of all input batches.
inputRows
Section titled “inputRows”inputRows: number;Defined in: src/types.ts:310
Total rows across all input batches.
outputBatches
Section titled “outputBatches”outputBatches: number;Defined in: src/types.ts:308
Number of output batches written to the client.
outputBytes
Section titled “outputBytes”outputBytes: number;Defined in: src/types.ts:316
Total serialized bytes of all output batches.
outputRows
Section titled “outputRows”outputRows: number;Defined in: src/types.ts:312
Total rows across all output batches.