Skip to main content

ScanResponse

Type Alias ScanResponse 

Source
pub type ScanResponse = Vec<Vec<SearchResult>>;
Expand description

Batched top-k results, one Vec<SearchResult> per query. Order matches the input queries.

Aliased Typeยง

pub struct ScanResponse { /* private fields */ }