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

Method AddOutputFieldDescriptor

cpp/src/gandiva/annotator.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39FieldDescriptorPtr Annotator::AddOutputFieldDescriptor(FieldPtr field) {
40 auto desc = MakeDesc(field, true /*is_output*/);
41 out_descs_.push_back(desc);
42 return desc;
43}
44
45FieldDescriptorPtr Annotator::MakeDesc(FieldPtr field, bool is_output) {
46 int data_idx = buffer_count_++;

Callers 2

BuildMethod · 0.80
TEST_FFunction · 0.80

Calls 1

push_backMethod · 0.80

Tested by 1

TEST_FFunction · 0.64