Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
623
std::shared_ptr<const LogicalType> LogicalType::String() {
624
return StringLogicalType::Make();
625
}
626
627
std::shared_ptr<const LogicalType> LogicalType::Map() { return MapLogicalType::Make(); }
628
Callers
9
TEST
Function · 0.45
EncodingByteArrayBenchmark
Function · 0.45
DecodingByteArrayBenchmark
Function · 0.45
BM_DecodingByteArraySpaced
Function · 0.45
BM_DictDecodingByteArray
Function · 0.45
EncodeDictBenchmark
Method · 0.45
generate_fuzz_corpus.cc
File · 0.45
AllColumnsWithEncodings
Function · 0.45
RandomStringTable
Function · 0.45
Calls
1
Make
Function · 0.70
Tested by
1
TEST
Function · 0.36