lance_encoding::decoder

Trait StructuralSchedulingJob

Source
pub trait StructuralSchedulingJob: Debug {
    // Required method
    fn schedule_next(
        &mut self,
        context: &mut SchedulerContext,
    ) -> Result<Option<ScheduledScanLine>>;
}

Required Methods§

Implementors§