Share via


SelectBatchPlanNode Class

Definition

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

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

Properties

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