pub struct VectorTopKScanNode {
pub alias: String,
pub labels: Vec<String>,
pub property: String,
pub query: Expression,
pub limit: u32,
}Fields§
§alias: String§labels: Vec<String>§property: String§query: Expression§limit: u32Trait Implementations§
Source§impl Clone for VectorTopKScanNode
impl Clone for VectorTopKScanNode
Source§fn clone(&self) -> VectorTopKScanNode
fn clone(&self) -> VectorTopKScanNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VectorTopKScanNode
impl Debug for VectorTopKScanNode
Source§impl ExecutionPlan for VectorTopKScanNode
impl ExecutionPlan for VectorTopKScanNode
Auto Trait Implementations§
impl Freeze for VectorTopKScanNode
impl RefUnwindSafe for VectorTopKScanNode
impl Send for VectorTopKScanNode
impl Sync for VectorTopKScanNode
impl Unpin for VectorTopKScanNode
impl UnsafeUnpin for VectorTopKScanNode
impl UnwindSafe for VectorTopKScanNode
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