StageTVertex, TTimeNewOutputR Method (FuncTVertex, VertexOutputR, TTime)Naiad Help

[This is preliminary documentation and is subject to change.]

Creates a new output with no partitioning guarantee.

Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public Stream<R, TTime> NewOutput<R>(
	Func<TVertex, VertexOutput<R, TTime>> vertexOutput
)

Parameters

vertexOutput
Type: SystemFuncTVertex, VertexOutputR, TTime
A function that, given a vertex in this stage, returns the corresponding vertex-level output.

Type Parameters

R
record type

Return Value

Type: StreamR, TTime
A handle to the output stream.
See Also

Reference