starts_with_begin_batch

Function starts_with_begin_batch 

Source
fn starts_with_begin_batch(text: &str) -> bool
Expand description

Return true if text is the opening of a CQL BATCH block.

Matches: BEGIN BATCH, BEGIN UNLOGGED BATCH, BEGIN COUNTER BATCH (case-insensitive, any amount of internal whitespace).