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

Method OnRecordBatchWithMetadataDecoded

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected