Share via


EndEdgeFreeOutputPlanNode Class

Definition

A node in the query plan representing function application to all input rows.

public sealed class EndEdgeFreeOutputPlanNode : Microsoft.StreamProcessing.UnaryPlanNode
type EndEdgeFreeOutputPlanNode = class
    inherit UnaryPlanNode
Public NotInheritable Class EndEdgeFreeOutputPlanNode
Inherits UnaryPlanNode
Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
EndEdgeFreeOutputPlanNode

Properties

Kind

Indicates that the current node coalesces physical edges so that there are only intervals and no end edges.

Applies to