List<Object> outputValues=new ArrayList<>(inputValues.size()); | List<Object> outputValues=new ArrayList<>(Iterables.size(inputValues)); | inputValues.size() | Iterables.size(inputValues) | beam | b3c12d2b4826d8f212e408fd36dbc0cecd0abb40 | org.apache.beam.sdk.schemas.transforms.Cast | | _1 | inputValues |
---|
_2 | inputValues |
---|
| | - org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.Iterables
| | Uses | True |