Click or drag to resize

PipelineDefinitionBuilderSetWindowFields Method

Overload List
  NameDescription
Public methodStatic memberSetWindowFieldsTInput, TIntermediate, TWindowFields(PipelineDefinitionTInput, TIntermediate, AggregateExpressionDefinitionISetWindowFieldsPartitionTIntermediate, TWindowFields)
Create a $setWindowFields stage.
Public methodStatic memberSetWindowFieldsTInput, TIntermediate, TPartitionBy, TWindowFields(PipelineDefinitionTInput, TIntermediate, ExpressionFuncISetWindowFieldsPartitionTIntermediate, TWindowFields)
Create a $setWindowFields stage.
Public methodStatic memberSetWindowFieldsTInput, TIntermediate, TPartitionBy, TWindowFields(PipelineDefinitionTInput, TIntermediate, AggregateExpressionDefinitionTIntermediate, TPartitionBy, AggregateExpressionDefinitionISetWindowFieldsPartitionTIntermediate, TWindowFields)
Create a $setWindowFields stage.
Public methodStatic memberSetWindowFieldsTInput, TIntermediate, TPartitionBy, TWindowFields(PipelineDefinitionTInput, TIntermediate, ExpressionFuncTIntermediate, TPartitionBy, ExpressionFuncISetWindowFieldsPartitionTIntermediate, TWindowFields)
Create a $setWindowFields stage.
Public methodStatic memberSetWindowFieldsTInput, TIntermediate, TPartitionBy, TWindowFields(PipelineDefinitionTInput, TIntermediate, AggregateExpressionDefinitionTIntermediate, TPartitionBy, SortDefinitionTIntermediate, AggregateExpressionDefinitionISetWindowFieldsPartitionTIntermediate, TWindowFields)
Create a $setWindowFields stage.
Public methodStatic memberSetWindowFieldsTInput, TIntermediate, TPartitionBy, TWindowFields(PipelineDefinitionTInput, TIntermediate, ExpressionFuncTIntermediate, TPartitionBy, SortDefinitionTIntermediate, ExpressionFuncISetWindowFieldsPartitionTIntermediate, TWindowFields)
Create a $setWindowFields stage.
Top
See Also