| 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 |
no outgoing calls
no test coverage detected