Struct datafusion_cli::print_options::PrintOptions
source · pub struct PrintOptions {
pub format: PrintFormat,
pub quiet: bool,
pub maxrows: MaxRows,
}Fields§
§format: PrintFormat§quiet: bool§maxrows: MaxRowsImplementations§
source§impl PrintOptions
impl PrintOptions
sourcepub fn print_batches(
&self,
batches: &[RecordBatch],
query_start_time: Instant
) -> Result<()>
pub fn print_batches( &self, batches: &[RecordBatch], query_start_time: Instant ) -> Result<()>
print the batches to stdout using the specified format
Trait Implementations§
source§impl Clone for PrintOptions
impl Clone for PrintOptions
source§fn clone(&self) -> PrintOptions
fn clone(&self) -> PrintOptions
Returns a copy 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 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§
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