I am now studying apache beam
and out of curiosity, I would like to ask below question.
In advance, I have read below documents and threads.
https://beam.apache.org/documentation/programming-guide/#applying-transforms
Explain Apache Beam python syntax
I understand that pipe(|
) is the python version of .apply
of java. However, I am curious to know how does python interpret __or__
operator as processor which processes each pcollection element that goes through from left to right.
I appreciate if someone could educate me and point me the reference of code.
Thanks, Yu