@PublicEvolving public class PythonSplitStream extends PythonDataStream<SplitStream<org.python.core.PyObject>>
SplitStream
.
The PythonSplitStream
represents an operator that has been split using an
OutputSelector
. Named outputs
can be selected using the select(java.lang.String...)
function. To apply transformation on the whole
output simply call the transformation on the PythonSplitStream
stream
Modifier and Type | Method and Description |
---|---|
PythonDataStream |
select(String... output_names)
A thin wrapper layer over
SplitStream.select(java.lang.String...) . |
add_sink, filter, flat_map, iterate, iterate, key_by, map, output, split, union, write_as_text, write_as_text, write_to_socket
public PythonDataStream select(String... output_names)
SplitStream.select(java.lang.String...)
.output_names
- The output names for which the operator will receive the
input.PythonDataStream
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.