Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
DisplayAs in datafusion::physical_plan::execution_plan - Rust
[go: Go Back, main page]

Trait DisplayAs

Source
pub trait DisplayAs {
    // Required method
    fn fmt_as(
        &self,
        t: DisplayFormatType,
        f: &mut Formatter<'_>,
    ) -> Result<(), Error>;
}
Expand description

Trait for types which could have additional details when formatted in Verbose mode

Required Methods§

Source

fn fmt_as( &self, t: DisplayFormatType, f: &mut Formatter<'_>, ) -> Result<(), Error>

Format according to DisplayFormatType, used when verbose representation looks different from the default one

Should not include a newline

Implementations on Foreign Types§

Source§

impl DisplayAs for FileGroupDisplay<'_>

Source§

fn fmt_as( &self, t: DisplayFormatType, f: &mut Formatter<'_>, ) -> Result<(), Error>

Source§

impl DisplayAs for MemSink

Source§

fn fmt_as( &self, t: DisplayFormatType, f: &mut Formatter<'_>, ) -> Result<(), Error>

Implementors§

Source§

impl DisplayAs for CsvSink

Source§

impl DisplayAs for JsonSink

Source§

impl DisplayAs for ParquetSink

Source§

impl DisplayAs for DataSourceExec

Source§

impl DisplayAs for FileScanConfig

Source§

impl DisplayAs for DataSinkExec

Source§

impl DisplayAs for OutputRequirementExec

Source§

impl DisplayAs for AggregateExec

Source§

impl DisplayAs for AnalyzeExec

Source§

impl DisplayAs for CoalesceBatchesExec

Source§

impl DisplayAs for CoalescePartitionsExec

Source§

impl DisplayAs for EmptyExec

Source§

impl DisplayAs for ExplainExec

Source§

impl DisplayAs for FilterExec

Source§

impl DisplayAs for CrossJoinExec

Source§

impl DisplayAs for HashJoinExec

Source§

impl DisplayAs for NestedLoopJoinExec

Source§

impl DisplayAs for SortMergeJoinExec

Source§

impl DisplayAs for SymmetricHashJoinExec

Source§

impl DisplayAs for GlobalLimitExec

Source§

impl DisplayAs for LocalLimitExec

Source§

impl DisplayAs for LazyMemoryExec

Source§

impl DisplayAs for PlaceholderRowExec

Source§

impl DisplayAs for ProjectionExec

Source§

impl DisplayAs for RecursiveQueryExec

Source§

impl DisplayAs for RepartitionExec

Source§

impl DisplayAs for PartialSortExec

Source§

impl DisplayAs for SortExec

Source§

impl DisplayAs for SortPreservingMergeExec

Source§

impl DisplayAs for StreamingTableExec

Source§

impl DisplayAs for InterleaveExec

Source§

impl DisplayAs for UnionExec

Source§

impl DisplayAs for UnnestExec

Source§

impl DisplayAs for ValuesExec

Source§

impl DisplayAs for BoundedWindowAggExec

Source§

impl DisplayAs for WindowAggExec

Source§

impl DisplayAs for WorkTableExec