pub fn execute<W: Write>(
db: &Database,
cmd: VectorCommand,
batch_mode: &BatchMode,
writer: &mut StreamingWriter<W>,
) -> Result<()>Expand description
Execute a Vector command.
ยงArguments
db- The database instance.cmd- The Vector subcommand to execute.writer- The streaming writer for output.