Hi, Could someone point me to an example code (C++) to extract nested columns from Arrow/Table (built from parquet) using dot notation in one go?
Looking for something like “auto array = table->GetColumnByName(“a.b.c”)" Thank you.
Hi, Could someone point me to an example code (C++) to extract nested columns from Arrow/Table (built from parquet) using dot notation in one go?
Looking for something like “auto array = table->GetColumnByName(“a.b.c”)" Thank you.