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

Function GetRecordBatchSize

cpp/src/arrow/ipc/writer.cc:1124–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124Status GetRecordBatchSize(const RecordBatch& batch, int64_t* size) {
1125 return GetRecordBatchSize(batch, IpcWriteOptions::Defaults(), size);
1126}
1127
1128Status GetRecordBatchSize(const RecordBatch& batch, const IpcWriteOptions& options,
1129 int64_t* size) {

Callers 5

GetPutDataFunction · 0.85
TEST_FFunction · 0.85
TestGetRecordBatchSizeFunction · 0.85
SerializeRecordBatchFunction · 0.85

Calls 3

WriteRecordBatchFunction · 0.70
DefaultsFunction · 0.50
OKFunction · 0.50

Tested by 2

TEST_FFunction · 0.68
TestGetRecordBatchSizeFunction · 0.68