Skip to main content

execute

Function execute 

Source
pub fn execute<W: Write>(
    db: &Database,
    cmd: HnswCommand,
    writer: &mut StreamingWriter<W>,
) -> Result<()>
Expand description

Execute an HNSW command.

ยงArguments

  • db - The database instance.
  • cmd - The HNSW subcommand to execute.
  • writer - The streaming writer for output.