CallStatistics
Defined in: src/types.ts:350
Per-call I/O counters, matching Python’s CallStatistics.
Properties
Section titled “Properties”inputBatches
Section titled “inputBatches”inputBatches: number;Defined in: src/types.ts:352
Number of input batches read from the client.
inputBytes
Section titled “inputBytes”inputBytes: number;Defined in: src/types.ts:360
Total serialized bytes of all input batches.
inputRows
Section titled “inputRows”inputRows: number;Defined in: src/types.ts:356
Total rows across all input batches.
outputBatches
Section titled “outputBatches”outputBatches: number;Defined in: src/types.ts:354
Number of output batches written to the client.
outputBytes
Section titled “outputBytes”outputBytes: number;Defined in: src/types.ts:362
Total serialized bytes of all output batches.
outputRows
Section titled “outputRows”outputRows: number;Defined in: src/types.ts:358
Total rows across all output batches.
