| 2133 | } |
| 2134 | |
| 2135 | Status Listener::OnRecordBatchWithMetadataDecoded( |
| 2136 | RecordBatchWithMetadata record_batch_with_metadata) { |
| 2137 | return OnRecordBatchDecoded(std::move(record_batch_with_metadata.batch)); |
| 2138 | } |
| 2139 | |
| 2140 | class StreamDecoder::StreamDecoderImpl : public StreamDecoderInternal { |
| 2141 | public: |
no outgoing calls
no test coverage detected