Arrow Datasets example¶
The file cpp/examples/arrow/dataset_documentation_example.cc
located inside the source tree contains an example of using Arrow
Datasets to read, write, select, and filter data. Tabular Datasets
has a full walkthrough of the example.