public interface PInput
PTransform
.Modifier and Type | Method and Description |
---|---|
java.util.Map<TupleTag<?>,PValue> |
expand()
|
Pipeline |
getPipeline()
|
Pipeline getPipeline()
java.util.Map<TupleTag<?>,PValue> expand()
PInput
into a list of its component output PValues
.
PValue
expands to itself.
PValues
(such as PCollectionTuple
or PCollectionList
) expands to its component PValue PValues
.
Not intended to be invoked directly by user code.