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

Method with_vector_column

crates/paimon/src/table/vector_search_builder.rs:45–48  ·  view source on GitHub ↗
(&mut self, name: &str)

Source from the content-addressed store, hash-verified

43 }
44
45 pub fn with_vector_column(&mut self, name: &str) -> &mut Self {
46 self.vector_column = Some(name.to_string());
47 self
48 }
49
50 pub fn with_query_vector(&mut self, vector: Vec<f32>) -> &mut Self {
51 self.query_vector = Some(vector);

Callers 1

scanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected