async fn process_line(
line: &str,
stmt_parser: &mut StatementParser,
session: &mut CqlSession,
config: &MergedConfig,
shell: &mut ShellState,
)Expand description
Process a single line of input through the REPL pipeline.
Handles shell command detection, incremental parsing, and dispatch.