MCPcopy Create free account
hub / github.com/apache/arrow / UnionTypeFactories

Function UnionTypeFactories

cpp/src/arrow/testing/util.h:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68