[This is preliminary documentation and is subject to change.]
Extension methods
Inheritance Hierarchy
Microsoft.Research.Naiad.Dataflow.PartitionByExtensionMethods
Namespace: Microsoft.Research.Naiad.Dataflow.PartitionBy
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static class ExtensionMethods
The ExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AssertPartitionedByTRecord, TTime |
Asserts a stream is partitioned by a function, and complains otherwise.
|
![]() ![]() | AssumePartitionedByTRecord, TTime |
Claims to partition a stream by a function, but does not actually.
|
![]() ![]() | PartitionByTRecord, TTime |
Partitions a stream by a function.
|
See Also