MCPcopy Create free account
hub / github.com/apache/arrow / OnRecordBatchWithMetadataDecoded

Method OnRecordBatchWithMetadataDecoded

cpp/src/arrow/ipc/reader.cc:2135–2138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected