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

Method Map

cpp/src/parquet/types.cc:615–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615std::shared_ptr<const LogicalType> LogicalType::Map() { return MapLogicalType::Make(); }
616
617std::shared_ptr<const LogicalType> LogicalType::List() { return ListLogicalType::Make(); }
618

Callers 2

FromByteArrayFunction · 0.45

Calls 1

MakeFunction · 0.70

Tested by

no test coverage detected