An attribute proc macro to convert structs with named fields of the same generic type into a single-array-field tuple struct with array-index-based accessor and mutator methods.
// Insert test data including nulls and empty arrays spark.sql(s"""INSERT INTO $tbl VALUES (1, array(struct(2 as x, 3 as y)), array(array(struct(4 as x, 5 as y ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results