pub fn command_body<'i, Input, Error>(
input: &mut Input,
kind: CommandKind,
) -> Result<Command, Error>Expand description
Parse the body of a command after count( or union( has been consumed.
Grammar: [DISTINCT] [ALL] [columns OF] source1[, source2, ...] )