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

Function OneFieldStruct

cpp/src/parquet/arrow/reconstruct_internal_test.cc:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270};
271
272static std::shared_ptr<DataType> OneFieldStruct(const std::string& name,
273 std::shared_ptr<DataType> type,
274 bool nullable = true) {
275 return struct_({field(name, type, nullable)});
276}
277
278static std::shared_ptr<DataType> List(std::shared_ptr<DataType> type,
279 bool nullable = true) {

Callers 1

TEST_FFunction · 0.85

Calls 2

struct_Function · 0.85
fieldFunction · 0.70

Tested by

no test coverage detected