mini\Database\PartialQuery::borrowAstForEmbedding() Method

private

Signature

private function borrowAstForEmbedding(): mini\Parsing\SQL\AST\ASTNode

Returns

mini\Parsing\SQL\AST\ASTNode

Documentation

Borrow AST for embedding into another query

Marks this instance as shared so any later mutation clones first. Use this when embedding this query's AST into another query.

Source

src/Database/PartialQuery.php:334-339