| 1452 | std::shared_ptr<Buffer> FlushValues() override; |
| 1453 | |
| 1454 | int64_t EstimatedDataEncodedSize() override { |
| 1455 | return prefix_length_encoder_.EstimatedDataEncodedSize() + |
| 1456 | suffix_encoder_.EstimatedDataEncodedSize(); |
| 1457 | } |
| 1458 | |
| 1459 | using TypedEncoder<DType>::Put; |
| 1460 |
nothing calls this directly
no test coverage detected