parquet_get_prefetch_threads Function

public function parquet_get_prefetch_threads() result(n)

Reports the prefetch thread cap, or 0 if left automatic.

Arguments

None

Return Value integer


Source Code

    integer function parquet_get_prefetch_threads() result(n)

        n = cfg_prefetch_threads
    end function parquet_get_prefetch_threads