Interface ColumnarBatchCacheReadOptionsExperimental

interface ColumnarBatchCacheReadOptions {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal

Settles the read as an aborted miss without waiting for the backend.