Interface ScanIPCOptions

interface ScanIPCOptions {
    cache: boolean;
    nRows: number;
    rechunk: boolean;
}

Properties

Properties

cache: boolean
nRows: number
rechunk: boolean