pub async fn execute_cql_file(
session: &mut CqlSession,
config: &MergedConfig,
colorizer: &CqlColorizer,
file_path: &str,
writer: &mut dyn Write,
) -> i32Expand description
Execute CQL statements from a file (-f flag).
Returns exit code: 0 on success, 1 on any CQL or I/O error.