Skip to main content

parse_batch_statement

Function parse_batch_statement 

Source
pub fn parse_batch_statement(input: &str) -> Result<CqlBatch>
Expand description

Parse BATCH statement.

Accepts multi-table batches syntactically, but the write engine processes each statement independently against the provided schema. Limited to [MAX_BATCH_STATEMENTS] statements for DoS protection.