Re: [CODE QUESTION] Row getValues() vs getValue(int)

2022-03-29 Thread Moritz Mack
Thanks a lot for the clarification, Reuven. From: Reuven Lax Date: Tuesday, 29. March 2022 at 18:55 To: dev@beam.apache.org Subject: Re: [CODE QUESTION] Row getValues() vs getValue(int) getValues() is maybe poorly named - might be better called getRawValues. What you're looking for is pro

[CODE QUESTION] Row getValues() vs getValue(int)

2022-03-29 Thread Moritz Mack
Dear team, Is anybody around who could help me with a question on Schemas / Rows? That would be much appreciated! I’m particularly looking at RowWithGetters currently and I’m stuck understanding the semantics of Row.getValues() [1]. public List getValues() { return getters.stream().map(g ->