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

Method Equals

cpp/src/arrow/record_batch.cc:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343} // namespace
344
345bool RecordBatch::Equals(const RecordBatch& other, bool check_metadata,
346 const EqualOptions& opts) const {
347 return Equals(other, opts.use_metadata(check_metadata));
348}
349
350bool RecordBatch::Equals(const RecordBatch& other, const EqualOptions& opts) const {
351 if (this == &other) {

Callers 6

AddColumnMethod · 0.45
SetColumnMethod · 0.45
ReplaceSchemaMethod · 0.45
ValidateBatchFunction · 0.45
MakeStatisticsArrayMethod · 0.45
ConcatenateRecordBatchesFunction · 0.45

Calls 9

CanIgnoreNaNInEqualityFunction · 0.85
EqualsFunction · 0.70
num_columnsFunction · 0.70
device_typeFunction · 0.70
num_columnsMethod · 0.45
num_rowsMethod · 0.45
schemaMethod · 0.45
device_typeMethod · 0.45
columnMethod · 0.45

Tested by

no test coverage detected