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