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

Method AddField

cpp/src/arrow/ipc/dictionary.cc:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137Status DictionaryFieldMapper::AddField(int64_t id, std::vector<int> field_path) {
138 return impl_->AddField(id, std::move(field_path));
139}
140
141Result<int64_t> DictionaryFieldMapper::GetFieldId(std::vector<int> field_path) const {
142 return impl_->GetFieldId(std::move(field_path));

Callers 11

ARROW_ASSIGN_OR_RAISEFunction · 0.45
TEST_FFunction · 0.45
FromProtoFunction · 0.45
JoinBenchmarkMethod · 0.45
BM_RowArray_DecodeFunction · 0.45
BM_RowArray_DecodeBinaryFunction · 0.45
MutateByKeyFunction · 0.45
FieldFromFlatbufferFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
MutateByKeyFunction · 0.36
TESTFunction · 0.36