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

Function LogicalTypeId

cpp/src/parquet/statistics.cc:592–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592LogicalType::Type::type LogicalTypeId(const ColumnDescriptor* descr) {
593 if (const auto& logical_type = descr->logical_type()) {
594 return logical_type->type();
595 }
596 return LogicalType::Type::NONE;
597}
598LogicalType::Type::type LogicalTypeId(const Statistics& stats) {
599 return LogicalTypeId(stats.descr());
600}

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