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

Method String

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

Source from the content-addressed store, hash-verified

609}
610
611std::shared_ptr<const LogicalType> LogicalType::String() {
612 return StringLogicalType::Make();
613}
614
615std::shared_ptr<const LogicalType> LogicalType::Map() { return MapLogicalType::Make(); }
616

Callers 9

TESTFunction · 0.45
BM_DictDecodingByteArrayFunction · 0.45
EncodeDictBenchmarkMethod · 0.45
AllColumnsWithEncodingsFunction · 0.45
RandomStringTableFunction · 0.45

Calls 1

MakeFunction · 0.70

Tested by 1

TESTFunction · 0.36