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

Method values

cpp/src/arrow/compute/kernels/aggregate_test.cc:3164–3170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3162 }
3163
3164 std::vector<CType> values(const std::vector<std::string>& strings) const {
3165 std::vector<CType> values;
3166 for (const auto& s : strings) {
3167 values.push_back(value(s));
3168 }
3169 return values;
3170 }
3171
3172 std::shared_ptr<DataType> type_instance() { return std::make_shared<ArrowType>(4, 2); }
3173};

Callers 9

FinishMethod · 0.45
FinishMethod · 0.45
FinalizeMethod · 0.45
VisitMethod · 0.45
CaseWhenBenchListFunction · 0.45
ExecArrayScalarMethod · 0.45
ExecArrayArrayMethod · 0.45
TESTFunction · 0.45

Calls 2

push_backMethod · 0.80
valueFunction · 0.50

Tested by

no test coverage detected