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

Function schema

cpp/src/arrow/type.cc:2668–2671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2666}
2667
2668std::shared_ptr<Schema> schema(FieldVector fields,
2669 std::shared_ptr<const KeyValueMetadata> metadata) {
2670 return std::make_shared<Schema>(std::move(fields), std::move(metadata));
2671}
2672
2673std::shared_ptr<Schema> schema(
2674 std::initializer_list<std::pair<std::string, std::shared_ptr<DataType>>> fields,

Callers 15

RenameColumnsMethod · 0.70
SelectColumnsMethod · 0.70
CombineChunksMethod · 0.70
GetAllMethod · 0.70
WithNamesMethod · 0.70
FinishMethod · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.70
table_test.ccFile · 0.70
TYPED_TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.56
TESTFunction · 0.56
TYPED_TEST_PFunction · 0.56
ExampleSchema1Function · 0.56
TEST_FFunction · 0.56
TESTFunction · 0.56
MakeMethod · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56