mini\Database\PDODatabase::rawExecutor()
Method
private
Signature
private function rawExecutor(): Closure
Returns
Closure
Documentation
Get a raw query executor closure for PartialQuery
Fast path: If AST is null, uses PartialQuery::getSql() which returns the original SQL string directly (no parsing/rendering).
Slow path: If AST is provided (modified query or count), renders it.