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

Function UnionTypeFactories

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

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68