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

Method Make

cpp/src/parquet/statistics.cc:1047–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045// Public factory functions
1046
1047std::shared_ptr<Comparator> Comparator::Make(Type::type physical_type,
1048 SortOrder::type sort_order,
1049 int type_length) {
1050 return DoMakeComparator(physical_type, LogicalType::Type::NONE, sort_order,
1051 type_length);
1052}
1053
1054std::shared_ptr<Comparator> Comparator::Make(const ColumnDescriptor* descr) {
1055 return DoMakeComparator(descr->physical_type(), LogicalTypeId(descr),

Callers

nothing calls this directly

Calls 10

DoMakeComparatorFunction · 0.85
LogicalTypeIdFunction · 0.85
NYIFunction · 0.85
physical_typeMethod · 0.80
type_lengthMethod · 0.80
MakeFunction · 0.70
VisitTypeFunction · 0.70
sort_orderMethod · 0.45
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected