Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ struct_
Function
struct_
cpp/fory/row/schema.h:571–573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
}
570
571
inline DataTypePtr struct_(std::vector<FieldPtr> fields) {
572
return std::make_shared<StructType>(std::move(fields));
573
}
574
575
inline MapTypePtr map(DataTypePtr key_type, DataTypePtr item_type,
576
bool keys_sorted = false) {
Callers
2
Type
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68