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

Method Finish

cpp/src/arrow/type.cc:2650–2652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2648}
2649
2650Result<std::shared_ptr<Schema>> SchemaBuilder::Finish() const {
2651 return schema(impl_->fields_, impl_->metadata_);
2652}
2653
2654void SchemaBuilder::Reset() { impl_->Reset(); }
2655

Callers 15

GetMethod · 0.45
MergeMethod · 0.45
UnifySchemasFunction · 0.45
TEST_FFunction · 0.45
FlushMethod · 0.45

Calls 1

schemaFunction · 0.70

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
BuildArrayFunction · 0.36
TYPED_TESTFunction · 0.36
TESTFunction · 0.36