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

Method Equals

cpp/src/parquet/types.cc:802–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800format::LogicalType LogicalType::ToThrift() const { return impl_->ToThrift(); }
801
802bool LogicalType::Equals(const LogicalType& other) const { return impl_->Equals(other); }
803
804LogicalType::Type::type LogicalType::type() const { return impl_->type(); }
805

Callers 15

TESTFunction · 0.45
TestWriteAndReadMethod · 0.45
TestEqualsMethod · 0.45
TESTFunction · 0.45
WriteTableToBufferFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
CheckNodeRoundtripFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls 6

is_timestampMethod · 0.80
is_intMethod · 0.80
is_adjusted_to_utcMethod · 0.45
time_unitMethod · 0.45
bit_widthMethod · 0.45
is_signedMethod · 0.45

Tested by 15

TESTFunction · 0.36
TestWriteAndReadMethod · 0.36
TestEqualsMethod · 0.36
TESTFunction · 0.36
WriteTableToBufferFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36
CheckNodeRoundtripFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36