Package org.apache.beam.sdk.transforms
Interface Materializations.IterableView<V>
- Type Parameters:
V-
- Enclosing class:
Materializations
public static interface Materializations.IterableView<V>
Represents the
PrimitiveViewT supplied to the ViewFn when it declares to use
the iterable materialization.-
Method Summary
-
Method Details
-
get
Returns an iterable for all values.
-