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

Function GetRecordBatchSize

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

Source from the content-addressed store, hash-verified

1115}
1116
1117Status GetRecordBatchSize(const RecordBatch& batch, int64_t* size) {
1118 return GetRecordBatchSize(batch, IpcWriteOptions::Defaults(), size);
1119}
1120
1121Status GetRecordBatchSize(const RecordBatch& batch, const IpcWriteOptions& options,
1122 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