Enum ballista_cli::context::Context
source · [−]pub enum Context {
Local(SessionContext),
Remote(BallistaContext),
}Expand description
The CLI supports using a local DataFusion context or a distributed BallistaContext
Variants
Local(SessionContext)
In-process execution with DataFusion
Remote(BallistaContext)
Distributed execution with Ballista (if available)
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl !UnwindSafe for Context
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more