pub struct QueryResult {
pub nodes: Vec<CodeNode>,
pub total_scanned: usize,
pub total_matched: usize,
}Expand description
Result of a query — matching CodeNodes extracted from RecordBatches.
Fields§
§nodes: Vec<CodeNode>§total_scanned: usize§total_matched: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for QueryResult
impl RefUnwindSafe for QueryResult
impl Send for QueryResult
impl Sync for QueryResult
impl Unpin for QueryResult
impl UnsafeUnpin for QueryResult
impl UnwindSafe for QueryResult
Blanket Implementations§
impl<T> Allocation for T
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