ShufflePushReadMetrics
import type { ShufflePushReadMetrics } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface ShufflePushReadMetrics {
corruptMergedBlockChunks?: bigint;
localMergedBlocksFetched?: bigint;
localMergedBytesRead?: bigint;
localMergedChunksFetched?: bigint;
mergedFetchFallbackCount?: bigint;
remoteMergedBlocksFetched?: bigint;
remoteMergedBytesRead?: bigint;
remoteMergedChunksFetched?: bigint;
remoteMergedReqsDuration?: bigint;
}