| 322 | fbb_.AddElement<int64_t>(PrimitiveArray::VT_LENGTH, length, 0); |
| 323 | } |
| 324 | void add_null_count(int64_t null_count) { |
| 325 | fbb_.AddElement<int64_t>(PrimitiveArray::VT_NULL_COUNT, null_count, 0); |
| 326 | } |
| 327 | void add_total_bytes(int64_t total_bytes) { |
| 328 | fbb_.AddElement<int64_t>(PrimitiveArray::VT_TOTAL_BYTES, total_bytes, 0); |
| 329 | } |
no outgoing calls
no test coverage detected