parquet_get_statistics_prescreen Function

public function parquet_get_statistics_prescreen() result(enabled)

Reports whether the reader's row-group statistics screen is enabled.

Arguments

None

Return Value logical


Source Code

    logical function parquet_get_statistics_prescreen() result(enabled)

        enabled = cfg_statistics_prescreen
    end function parquet_get_statistics_prescreen