Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ new_vector_search_builder
Method
new_vector_search_builder
crates/paimon/src/table/mod.rs:166–168 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
164
}
165
166
pub fn new_vector_search_builder(&self) -> VectorSearchBuilder<'_> {
167
VectorSearchBuilder::new(self)
168
}
169
170
/// Create a write builder for write/commit.
171
///
Callers
1
scan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected