MCPcopy Create free account
hub / github.com/apache/datafusion / SubqueryAlias

Class SubqueryAlias

datafusion/expr/src/logical_plan/plan.rs:2399–2406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2397// mark non_exhaustive to encourage use of try_new/new()
2398#[non_exhaustive]
2399pub struct SubqueryAlias {
2400 /// The incoming logical plan
2401 pub input: Arc<LogicalPlan>,
2402 /// The alias for the input relation
2403 pub alias: TableReference,
2404 /// The schema with qualified field names
2405 pub schema: DFSchemaRef,
2406}
2407
2408impl SubqueryAlias {
2409 pub fn try_new(

Callers 8

map_childrenMethod · 0.85
rewrite_qualifyFunction · 0.85
try_into_logical_planMethod · 0.85
try_from_logical_planMethod · 0.85
wrap_branchFunction · 0.85
rewriteMethod · 0.85
rewrite_internalFunction · 0.85
rewriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…