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

Function List

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

Source from the content-addressed store, hash-verified

276}
277
278static std::shared_ptr<DataType> List(std::shared_ptr<DataType> type,
279 bool nullable = true) {
280 // TODO should field name "element" (Parquet convention for List nodes)
281 // be changed to "item" (Arrow convention for List types)?
282 return list(field("element", type, nullable));
283}
284
285//
286// Primitive columns with no intermediate group node

Callers 4

ListToNodeFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70
TEST_FFunction · 0.70

Calls 2

listFunction · 0.85
fieldFunction · 0.70

Tested by

no test coverage detected