Share via


UngroupPlanNode Class

Definition

Represents an ungrouping operation in a Map-Reduce process.

public sealed class UngroupPlanNode : Microsoft.StreamProcessing.PlanNode
type UngroupPlanNode = class
    inherit PlanNode
Public NotInheritable Class UngroupPlanNode
Inherits PlanNode
Inheritance
UngroupPlanNode

Properties

CodeGenReport

Tells what issues, if any, were encountered when trying to create a generated artifact.

(Inherited from PlanNode)
GroupPayloadType

The payload type of the input groups.

InputKeyType

The type of the grouping key of the input stream.

IsGenerated

Tells whether the current node in the query plan was generated using code generation internally.

(Inherited from PlanNode)
KeyType

Reports the grouping key type of the running query node.

(Inherited from PlanNode)
Kind

Indicates that the current node is an ungroup operation.

PayloadType

Reports the payload type of the running query node.

(Inherited from PlanNode)
Previous

The previous node in the plan, the input to the ungrouping operation.

ResultExpression

The expression used to retrieve elements relative to a grouping key.

Methods

GetCurrentlyBufferedInputCount()

Retrieve the count of tuples currently resident in memory as part of input calculations.

(Inherited from PlanNode)
GetCurrentlyBufferedOutputCount()

Retrieve the count of tuples currently resident in memory as part of buffering events into pages.

(Inherited from PlanNode)
PrintConciseGeneralState(StringBuilder, Int32)

Provides a string representation of the current node.

(Inherited from PlanNode)
ToString()

Provides a string representation of the current node.

(Inherited from PlanNode)

Applies to