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

Class Window

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

Source from the content-addressed store, hash-verified

2624/// schema.
2625#[derive(Debug, Clone, PartialEq, Eq, Hash)]
2626pub struct Window {
2627 /// The incoming logical plan
2628 pub input: Arc<LogicalPlan>,
2629 /// The window function expression
2630 pub window_expr: Vec<Expr>,
2631 /// The schema description of the window output
2632 pub schema: DFSchemaRef,
2633}
2634
2635impl Window {
2636 /// Create a new window operator.

Callers 12

order_byMethod · 0.85
null_treatmentMethod · 0.85
partition_byMethod · 0.85
window_frameMethod · 0.85
map_childrenMethod · 0.85
map_expressionsMethod · 0.85
windowMethod · 0.85
try_from_logical_planMethod · 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…