| 2144 | } |
| 2145 | |
| 2146 | Status Listener::OnRecordBatchWithMetadataDecoded( |
| 2147 | RecordBatchWithMetadata record_batch_with_metadata) { |
| 2148 | return OnRecordBatchDecoded(std::move(record_batch_with_metadata.batch)); |
| 2149 | } |
| 2150 | |
| 2151 | class StreamDecoder::StreamDecoderImpl : public StreamDecoderInternal { |
| 2152 | public: |
no outgoing calls
no test coverage detected