| 104 | }; |
| 105 | |
| 106 | static inline std::vector<std::shared_ptr<DataType> (*)(FieldVector, std::vector<int8_t>)> |
| 107 | UnionTypeFactories() { |
| 108 | return {sparse_union, dense_union}; |
| 109 | } |
| 110 | |
| 111 | // Return the value of the ARROW_TEST_DATA environment variable or return error |
| 112 | // Status |