Struct datafusion_cli::print_options::PrintOptions
source · pub struct PrintOptions {
pub format: PrintFormat,
pub quiet: bool,
}Fields
format: PrintFormatquiet: boolImplementations
sourceimpl PrintOptions
impl PrintOptions
sourcepub fn print_batches(&self, batches: &[RecordBatch], now: Instant) -> Result<()>
pub fn print_batches(&self, batches: &[RecordBatch], now: Instant) -> Result<()>
print the batches to stdout using the specified format
Trait Implementations
sourceimpl Clone for PrintOptions
impl Clone for PrintOptions
sourcefn clone(&self) -> PrintOptions
fn clone(&self) -> PrintOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for PrintOptions
impl Send for PrintOptions
impl Sync for PrintOptions
impl Unpin for PrintOptions
impl UnwindSafe for PrintOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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