MCPcopy 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
571inline DataTypePtr struct_(std::vector<FieldPtr> fields) {
572 return std::make_shared<StructType>(std::move(fields));
573}
574
575inline MapTypePtr map(DataTypePtr key_type, DataTypePtr item_type,
576 bool keys_sorted = false) {

Callers 2

TypeMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68