| 2243 | int64_t StreamDecoder::next_required_size() const { return impl_->next_required_size(); } |
| 2244 | |
| 2245 | ReadStats StreamDecoder::stats() const { return impl_->stats(); } |
| 2246 | |
| 2247 | Result<std::shared_ptr<Schema>> ReadSchema(io::InputStream* stream, |
| 2248 | DictionaryMemo* dictionary_memo) { |
no outgoing calls