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

Method Make

cpp/src/parquet/statistics.cc:1015–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013// Public factory functions
1014
1015std::shared_ptr<Comparator> Comparator::Make(Type::type physical_type,
1016 SortOrder::type sort_order,
1017 int type_length) {
1018 return DoMakeComparator(physical_type, LogicalType::Type::NONE, sort_order,
1019 type_length);
1020}
1021
1022std::shared_ptr<Comparator> Comparator::Make(const ColumnDescriptor* descr) {
1023 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