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
EmbeddedProjection in datafusion::physical_plan::projection - Rust
[go: Go Back, main page]

Trait EmbeddedProjection

Source
pub trait EmbeddedProjection: Sized + ExecutionPlan {
    // Required method
    fn with_projection(
        &self,
        projection: Option<Vec<usize>>,
    ) -> Result<Self, DataFusionError>;
}

Required Methods§

Source

fn with_projection( &self, projection: Option<Vec<usize>>, ) -> Result<Self, DataFusionError>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§