mini\Database\PartialQuery::mergeCTEsFrom() Method

private

Signature

private function mergeCTEsFrom(self $other): void

Parameters

Name Type Default Description
$other self required Documentation missing

Returns

void

Documentation

Merge CTEs from another query into this one

Used by union/except to combine CTEs from both queries. CTEs with same name and same AST object are deduplicated.

Source

src/Database/PartialQuery.php:880-907