pub struct BoundedMemoryTelemetry {
pub max_chunk_rows: usize,
pub chunks: usize,
}Expand description
Bounded-memory telemetry collected while streaming rows.
Fields§
§max_chunk_rows: usizeMaximum row count accepted per loader chunk.
chunks: usizeNumber of chunks observed while streaming the input.
Trait Implementations§
Source§impl Clone for BoundedMemoryTelemetry
impl Clone for BoundedMemoryTelemetry
Source§fn clone(&self) -> BoundedMemoryTelemetry
fn clone(&self) -> BoundedMemoryTelemetry
Returns a duplicate of the value. Read more
1.0.0 · 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 BoundedMemoryTelemetry
impl Debug for BoundedMemoryTelemetry
Source§impl PartialEq for BoundedMemoryTelemetry
impl PartialEq for BoundedMemoryTelemetry
impl Eq for BoundedMemoryTelemetry
impl StructuralPartialEq for BoundedMemoryTelemetry
Auto Trait Implementations§
impl Freeze for BoundedMemoryTelemetry
impl RefUnwindSafe for BoundedMemoryTelemetry
impl Send for BoundedMemoryTelemetry
impl Sync for BoundedMemoryTelemetry
impl Unpin for BoundedMemoryTelemetry
impl UnsafeUnpin for BoundedMemoryTelemetry
impl UnwindSafe for BoundedMemoryTelemetry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more