pub struct DistributedReadBudget {
pub max_assembler_bytes: u64,
pub max_spill_bytes: u64,
}Expand description
Bounds coordinator-owned materialization. Spill is intentionally not implemented yet; a non-zero spill budget remains a declared upper bound, never permission for an unbounded temporary file.
Fields§
§max_assembler_bytes: u64§max_spill_bytes: u64Trait Implementations§
Source§impl Clone for DistributedReadBudget
impl Clone for DistributedReadBudget
Source§fn clone(&self) -> DistributedReadBudget
fn clone(&self) -> DistributedReadBudget
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 moreimpl Copy for DistributedReadBudget
Source§impl Debug for DistributedReadBudget
impl Debug for DistributedReadBudget
Source§impl Default for DistributedReadBudget
impl Default for DistributedReadBudget
impl Eq for DistributedReadBudget
Source§impl PartialEq for DistributedReadBudget
impl PartialEq for DistributedReadBudget
impl StructuralPartialEq for DistributedReadBudget
Auto Trait Implementations§
impl Freeze for DistributedReadBudget
impl RefUnwindSafe for DistributedReadBudget
impl Send for DistributedReadBudget
impl Sync for DistributedReadBudget
impl Unpin for DistributedReadBudget
impl UnsafeUnpin for DistributedReadBudget
impl UnwindSafe for DistributedReadBudget
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