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

Method field

cpp/src/gandiva/field_descriptor.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 int data_buffer_ptr_idx() const { return data_buffer_ptr_idx_; }
51
52 FieldPtr field() const { return field_; }
53
54 const std::string& Name() const { return field_->name(); }
55 DataTypePtr Type() const { return field_->type(); }

Callers 6

CodeGenExprValueMethod · 0.45
VisitMethod · 0.45
FieldFunction · 0.45
VisitMethod · 0.45
TEST_FFunction · 0.45
TimedEvaluateFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TimedEvaluateFunction · 0.36