| 400 | } |
| 401 | |
| 402 | int64_t PlainEncoder<BooleanType>::EstimatedDataEncodedSize() { |
| 403 | return ::arrow::bit_util::BytesForBits(sink_.length()); |
| 404 | } |
| 405 | |
| 406 | std::shared_ptr<Buffer> PlainEncoder<BooleanType>::FlushValues() { |
| 407 | std::shared_ptr<Buffer> buffer; |