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

Function LogicalTypeId

cpp/src/parquet/statistics.cc:560–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560LogicalType::Type::type LogicalTypeId(const ColumnDescriptor* descr) {
561 if (const auto& logical_type = descr->logical_type()) {
562 return logical_type->type();
563 }
564 return LogicalType::Type::NONE;
565}
566LogicalType::Type::type LogicalTypeId(const Statistics& stats) {
567 return LogicalTypeId(stats.descr());
568}

Callers 3

TypedStatisticsImplMethod · 0.85
EqualsMethod · 0.85
MakeMethod · 0.85

Calls 2

typeMethod · 0.45
descrMethod · 0.45

Tested by

no test coverage detected