I am interested in the difference between how a Field is structured in Java (with children) and in C# (no children) and why that's the case.
I am looking to port apache/arrow-adbc: Apache arrow (github.com)<https://github.com/apache/arrow-adbc> to C# but the concept of children is making it a little hairy. * David