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

Method String

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

Source from the content-addressed store, hash-verified

621}
622
623std::shared_ptr<const LogicalType> LogicalType::String() {
624 return StringLogicalType::Make();
625}
626
627std::shared_ptr<const LogicalType> LogicalType::Map() { return MapLogicalType::Make(); }
628

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