Share via


SelectPlanNode Class

Definition

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

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

Properties

IncludesKey

States whether the expression in the selector has access to the start edge of events.

IncludesStartEdge

States whether the expression in the selector has access to the start edge of events.

Kind

Indicates that the current node is a select operation.

Selector

The expression that is used to generate output events in this operator.

Applies to