pub struct VectorExtension { /* private fields */ }Expand description
Vector search extension.
Implementations§
Trait Implementations§
Source§impl Default for VectorExtension
impl Default for VectorExtension
Source§impl Extension for VectorExtension
impl Extension for VectorExtension
Source§fn needs_graph(&self) -> bool
fn needs_graph(&self) -> bool
Whether this extension needs the graph adjacency map.
Defaults to
false. Override to true for graph algorithm extensions.Source§fn procedures(&self) -> Vec<ProcedureSignature>
fn procedures(&self) -> Vec<ProcedureSignature>
List all procedures this extension provides.
Auto Trait Implementations§
impl !Freeze for VectorExtension
impl RefUnwindSafe for VectorExtension
impl Send for VectorExtension
impl Sync for VectorExtension
impl Unpin for VectorExtension
impl UnsafeUnpin for VectorExtension
impl UnwindSafe for VectorExtension
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more