Expand description
Parallel SQL Parser — Batch SQL parsing using Rayon
This module provides parallel SQL parsing capabilities to process multiple SQL statements concurrently, improving throughput for batch operations.
Structs§
- Parallel
SqlParser - Parallel SQL parser for batch processing