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

Method HasOffsetsIdx

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

Source from the content-addressed store, hash-verified

55 DataTypePtr Type() const { return field_->type(); }
56
57 bool HasOffsetsIdx() const { return offsets_idx_ != kInvalidIdx; }
58
59 bool HasDataBufferPtrIdx() const { return data_buffer_ptr_idx_ != kInvalidIdx; }
60

Callers 2

VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected