ColumnToRowPlanNode Class

Definition

A node in the query plan representing a shift from column-oriented data to row-oriented in the active, running query.

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

Properties

Kind

Indicates that the current node is a columnar-to-row operation.

Applies to