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

Method EncodeGuarantees

cpp/src/arrow/dataset/subtree_internal.h:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134 template <typename GetGuarantee>
135 std::vector<Encoded> EncodeGuarantees(const GetGuarantee& get, int count) {
136 std::vector<Encoded> encoded;
137 for (int i = 0; i < count; ++i) {
138 EncodeOneGuarantee(i, get(i), &encoded);
139 }
140 return encoded;
141 }
142
143 // Comparator for sort
144 struct ByGuarantee {

Callers 2

TESTFunction · 0.80
SetupSubtreePruningMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64