RowToColumnPlanNode Class

Definition

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

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

Properties

Kind

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

Applies to