mini\Database\VirtualDatabase::rawExecutor()
Method
private
Signature
private function rawExecutor(): Closure
Returns
Closure
Documentation
Get a raw query executor closure for PartialQuery
VirtualDatabase always needs AST to evaluate in-memory. If AST is not provided, uses reflection to access it without cloning.