mz_sql_parser::parser

Constant MAX_STATEMENT_BATCH_SIZE

Source
pub const MAX_STATEMENT_BATCH_SIZE: usize = 1_000_000;
Expand description

Maximum allowed size for a batch of statements in bytes: 1MB.