UserDefinedPlanNode<TKey,TSource,TResult> Class

Definition

A node in the query plan representing an operation defined outside the library.

public sealed class UserDefinedPlanNode<TKey,TSource,TResult> : Microsoft.StreamProcessing.UnaryPlanNode
type UserDefinedPlanNode<'Key, 'Source, 'Result> = class
    inherit UnaryPlanNode
Public NotInheritable Class UserDefinedPlanNode(Of TKey, TSource, TResult)
Inherits UnaryPlanNode

Type Parameters

TKey
TSource
TResult
Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
UserDefinedPlanNode<TKey,TSource,TResult>

Constructors

UserDefinedPlanNode<TKey,TSource,TResult>(PlanNode, IQueryObject, Type, Type, Type)

Create a new query node representing a user-defined operation.

Properties

Kind

States that the current node in the query plan is one that is constructed outside of the Microsoft.StreamProcessing namespace.

Applies to