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
ToStringifiedPlan in datafusion_common::display - Rust
[go: Go Back, main page]

pub trait ToStringifiedPlan {
    // Required method
    fn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan;
}
Expand description

Trait for something that can be formatted as a stringified plan

Required Methods§

source

fn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan

Create a stringified plan with the specified type

Implementors§