Interface PipelineTranslator.UnresolvedTranslation<InT,T>

Enclosing class:
PipelineTranslator

public static interface PipelineTranslator.UnresolvedTranslation<InT,T>
Unresolved translation, allowing to optimize the generated Spark DAG.

An unresolved translation can - in certain cases - be fused together with following transforms. Currently this is only the case for ParDos with linear linage.