FusedPlanNode Class

Definition

A node in the query plan representing a data source in the active, running query.

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

Properties

CodeGenReport

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

(Inherited from PlanNode)
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

Returns the kind of plan node, which can then be used for type casting.

PayloadType

Reports the payload type of the running query node.

(Inherited from PlanNode)

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