Struct datafusion_expr::SubqueryAlias
source · pub struct SubqueryAlias {
pub input: Arc<LogicalPlan>,
pub alias: String,
pub schema: DFSchemaRef,
}
Expand description
Aliased subquery
Fields§
§input: Arc<LogicalPlan>
The incoming logical plan
alias: String
The alias for the input relation
schema: DFSchemaRef
The schema with qualified field names
Trait Implementations§
source§impl Clone for SubqueryAlias
impl Clone for SubqueryAlias
source§fn clone(&self) -> SubqueryAlias
fn clone(&self) -> SubqueryAlias
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 more