Skip to main content

Module parallel_parser

Module parallel_parser 

Source
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§

ParallelSqlParser
Parallel SQL parser for batch processing