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

Method type

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

Source from the content-addressed store, hash-verified

802bool LogicalType::Equals(const LogicalType& other) const { return impl_->Equals(other); }
803
804LogicalType::Type::type LogicalType::type() const { return impl_->type(); }
805
806SortOrder::type LogicalType::sort_order() const { return impl_->sort_order(); }
807

Callers 15

WriteNullValueMethod · 0.45
GetChunksMethod · 0.45
DirectPutImplFunction · 0.45
PutMethod · 0.45
AssertFixedSizeBinaryFunction · 0.45
PutMethod · 0.45
PutIndicesMethod · 0.45
PutMethod · 0.45
PutMethod · 0.45
EqualsMethod · 0.45
is_stringMethod · 0.45
is_mapMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
GenerateArrayFunction · 0.36
TESTFunction · 0.36
GetColumnParquetInfoFunction · 0.36
CalculateCdcSizeFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
CheckDirectPutMethod · 0.36
TestPageSerdeCrcMethod · 0.36