StitchPlanNode Class

Definition

A node in the query plan representing a unification of like events with adjacent lifetime intervals.

public class StitchPlanNode : Microsoft.StreamProcessing.UnaryPlanNode
type StitchPlanNode = class
    inherit UnaryPlanNode
Public Class StitchPlanNode
Inherits UnaryPlanNode
Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
StitchPlanNode

Properties

Kind

Indicates that the current node is a stitch operation.

Applies to