PointAtEndPlanNode Class

Definition

A node in the query plan representing a lifetime transformation moving the lifetime to a unit interval ("PointAtEnd") operation in the active, running query.

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

Properties

Kind

Indicates that the current node is an operation that adjusts every event to be an interval of length 1 beginning at the end of its original interval.

Applies to