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

Method Equals

cpp/src/arrow/record_batch.cc:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

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

Calls 11

CanIgnoreNaNInEqualityFunction · 0.85
use_metadataMethod · 0.80
use_schemaMethod · 0.80
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