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

Function struct_

cpp/src/arrow/type.cc:3256–3258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3254}
3255
3256std::shared_ptr<DataType> struct_(const FieldVector& fields) {
3257 return std::make_shared<StructType>(fields);
3258}
3259
3260std::shared_ptr<DataType> struct_(
3261 std::initializer_list<std::pair<std::string, std::shared_ptr<DataType>>> fields) {

Callers 15

GetStructTypeMethod · 0.85
TestSessionFunction · 0.85
MergeStructsFunction · 0.85
MapTypeMethod · 0.85
TESTFunction · 0.85
MakeMethod · 0.85
MakeMethod · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TestStructOfMethod · 0.85
TestHashingMethod · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85

Calls

no outgoing calls

Tested by 15

TestSessionFunction · 0.68
TESTFunction · 0.68
MakeMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TestStructOfMethod · 0.68
TestHashingMethod · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
ExtStructTypeMethod · 0.68