| 313 | fbb_.AddElement<int8_t>(PrimitiveArray::VT_TYPE, static_cast<int8_t>(type), 0); |
| 314 | } |
| 315 | void add_encoding(arrow::ipc::feather::fbs::Encoding encoding) { |
| 316 | fbb_.AddElement<int8_t>(PrimitiveArray::VT_ENCODING, static_cast<int8_t>(encoding), 0); |
| 317 | } |
| 318 | void add_offset(int64_t offset) { |
| 319 | fbb_.AddElement<int64_t>(PrimitiveArray::VT_OFFSET, offset, 0); |
| 320 | } |
no outgoing calls
no test coverage detected