MCPcopy Create free account
hub / github.com/apache/paimon-rust / with_query_vector

Method with_query_vector

crates/paimon/src/table/vector_search_builder.rs:50–53  ·  view source on GitHub ↗
(&mut self, vector: Vec<f32>)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn with_query_vector(&mut self, vector: Vec<f32>) -> &mut Self {
51 self.query_vector = Some(vector);
52 self
53 }
54
55 pub fn with_limit(&mut self, limit: usize) -> &mut Self {
56 self.limit = Some(limit);

Callers 1

scanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected