parquet_get_sort_counting_path Function

public function parquet_get_sort_counting_path() result(enabled)

Reports whether the sort's integer counting fast path is allowed.

Arguments

None

Return Value logical


Source Code

    logical function parquet_get_sort_counting_path() result(enabled)

        enabled = cfg_sort_counting_path
    end function parquet_get_sort_counting_path