Le 07/05/2020 à 21:32, Micah Kornfield a écrit : > 2. Adding the missing methods 'field(index)' function to StructType or add > 'child(index)' to Schema?
Both sound fine to me. > If we pursue this approach do people have a > preference on trying to make a common ancestor interface and making these > virtual method calls? Or using the naming correspondence inside of > templated code? Use the naming correspondence. IMHO there's no reason for an interface. Regards Antoine.