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

Method Map

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

Source from the content-addressed store, hash-verified

625}
626
627std::shared_ptr<const LogicalType> LogicalType::Map() { return MapLogicalType::Make(); }
628
629std::shared_ptr<const LogicalType> LogicalType::List() { return ListLogicalType::Make(); }
630

Callers 2

FromByteArrayFunction · 0.45

Calls 1

MakeFunction · 0.70

Tested by

no test coverage detected