Searched refs:maxPrune (Results 1 – 2 of 2) sorted by relevance
142 static constexpr size_t maxPrune = 256; variable
304 if (pruneRows > maxPrune) { in maybePrune()305 pruneRows = maxPrune; in maybePrune()