Skip to main content

parse_write

Function parse_write 

Source
pub fn parse_write(tokens: &[Tok]) -> Result<WriteStatement, String>
Expand description

Parse a tokenized write statement (CREATE / MATCH…SET / MATCH…DELETE / MERGE). Returns Err for read queries or malformed write statements.