| 2254 | int64_t StreamDecoder::next_required_size() const { return impl_->next_required_size(); } |
| 2255 | |
| 2256 | ReadStats StreamDecoder::stats() const { return impl_->stats(); } |
| 2257 | |
| 2258 | Result<std::shared_ptr<Schema>> ReadSchema(io::InputStream* stream, |
| 2259 | DictionaryMemo* dictionary_memo) { |
no outgoing calls